How would I tell postgres to scan and stop if any Null values are detected
in column x?
I have a table with a few million rows. What query could I use to scan and
see if any of them have null values for column X and then stop when the
null value is detected in postgresql?
No comments:
Post a Comment