Viewing post 1 (of 1 total)
I tried the following statement on some existing tables
select count(*)
from table1, table2
to verify the results of the question. As it turns out, with my data set, the query...
March 31, 2010 at 9:27 am
#1143185