Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
find null in any column of table using PostgreSQL
CREATE TABLE T (c1 varchar(4), c2 varchar(4)) ; INSERT INTO T (c1, c2) VALUES ('1', NULL), (NULL, '2'), (NULL, NULL), ('3', '4') ; SELECT * FROM t WHERE NOT (t IS NOT NULL) ;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Cross Tab With Totals
Product Sales Analysis I - III
Tememons Dashboard
SQL Practice Sample: Movie Database
Studco
Query integer in text field - Seemingly doesn't work as expected
PostreSQL: Subquery
extract_pairs
Leetcode 571 Find Median Given Frequency of Numbers & 614 Second Degree Follower
Projeto
Please log in to post a comment.