blob: 974c6e1d4cfaa2273f0119791a8abe3ed9a66660 [file] [log] [blame]
SELECT NULLIF(id, '') FROM (VALUES('1234'),('3456'),('')) tbl(id);