I've done several test about “About NOT NULL and NULL predicates in Row Value Expressions” on freesql.com 4 months ago.
As you can see oracle doesn't support the SQL 1992 standard like this: where (col1, col2) is not null …
Then I played with it on https://dbfiddle.uk/ because where there have a lot more other databases to test, PostgreSQL shocked me, which supports the SQL syntax, MySQL is unable to support the syntax as well as Oracle.
The following is my test code.
Hope to do an enhancement on Oracle & MySQL, heartfelt thanks beforehand!
Best Regards
Quanwen Zhao