Try this code: SELECT * FROM table WHERE some_col IS NULL OR some_col = '';. The above code will select all rows where some_col is NULL or ...
確定! 回上一頁