mysql select where clause column pass "is not null" function code example Example: mysql check if not null SELECT * FROM table WHERE YourColumn IS NOT NULL;