blob: 81fdd086375c57dd5c786ef97a0d72d36a3b9f8a [file]
SELECT id FROM (VALUES(''),(''),('non-null-value')) tbl(id) WHERE NULLIF(id,'') IS NOT NULL;