12.12.2014, 20:20
Quote:
You can use the operator IS NULL to check if the value is NULL or not.
Код:
SELECT * FROM table_name WHERE field_name IS NULL |
You can use the operator IS NULL to check if the value is NULL or not.
Код:
SELECT * FROM table_name WHERE field_name IS NULL |