Inner join removed from the SQL query

前端 未结 0 375
陌清茗
陌清茗 2020-12-29 11:27

I have a below SQL query to get the three records for notifying purpose.

SELECT orders.msg FROM orders INNER JOIN ( SELECT id FROM orders WHERE type_id = 12 O         


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