SQL: "IN" Function
The IN function helps reduce the need to use multiple OR conditions.
譯:IN函數有助於減少OR條件的復合使用。
The syntax for the IN function is:
譯:IN函數的語法:
SELECT columns
FROM tables
WHERE column1 in (value1, value2, .... value_n);
SQL: "IN" Function
The IN function helps reduce the need to use multiple OR conditions.
譯:IN函數有助於減少OR條件的復合使用。
The syntax for the IN function is:
譯:IN函數的語法:
SELECT columns
FROM tables
WHERE column1 in (value1, value2, .... value_n);
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。