Hi,
I am wondering if this is possible:

Say I have a table with 2 columns,  Column_Count and Column_TotalCount;

Is it possible to use a query to select all rows from the table where Column_Count is 
greater than Column_TotalCount?
Like this:

SELECT * FROM mytable WHERE Column_Count > Column_TotalCount;

Thanks.

Reply via email to