How to “LIMIT” the amount of data fetched in SQL

后端 未结 0 997
我在风中等你
我在风中等你 2020-12-01 18:39

I\'m querying multiple tables joined together

SELECT a.column, b.column, c.column 
FROM t1 AS a, t2 AS b, t3 AS c
WHERE a.column = b.column AND a.column = b.c         


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