The following illustrates how to use the IN operator in the SELECT statement: SELECT column1, column2,... FROM table_name WHERE (expr | column) IN (value1 , ...
確定! 回上一頁