On 06/22/2012 03:57 AM, Jeff Williams wrote:
Hi,

It doesn't look like this is possible, but can I select all rows missing a certain 
column? The equivalent of "select * where col is null" in SQL.

Regards,
Jeff

remember that there really is no such thing as a row, just arbitrary columns associated with a key. So no, can't find 'rows' where a column is missing.

Reply via email to