首页 新闻 会员 周边 捐助
1
回答数

已关闭问题 100 请教一个mssql 右连接的问题

select * from table1 where dealdate =(select max(dealdate) from table1 where city='天津') 这样查询会有一条数据,c