home
php
mysql
Android Studio
React Native
JavaScript
Thursday, July 15, 2021
How do I check if a column is empty or null in MySQL?
SELECT
*
FROM
table
WHERE
some_col
IS
NULL
OR
some_col
=
''
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment