8 Jan
2000
8 Jan
'00
5:28 a.m.
Bill Anderson wrote It seems that whenever I try to use any of the following: select count(*) from <tablename> select count(<columnname>) from <tablename> it returns: "Error, exceptions.ValueError: Empty column name, "
Of course, the sql is tested and known to work.
select count(*) as cnt from <tablename> Anthony -- Anthony Baxter <anthony@interlink.com.au> It's never too late to have a happy childhood.