Find rows without a column

2012-06-22 Thread Jeff Williams
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

Re: Find rows without a column

2012-06-22 Thread Dave Brosius
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