如果一條SQL語句中的where有多個查詢條件,那么他們的執(zhí)行順序是怎樣的呢?比如:select * from table where pid=1 AND tid=12
是先查找滿足pid的還是查找滿足tid的?
繁花如伊
2023-04-15 22:18:42