Entity Framework Oracle Database Subquery with Max and group by

后端 未结 0 366
执笔经年
执笔经年 2021-01-20 19:33

Hello Could anyone help in this question regarding entity framework I have the following query

select * from table_1 WHERE id in 
      (select max(id) as id          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题