[Zope-dev] Z SQL data retreival NO where clause

Wei Tao taow@bd748.pku.edu.cn
Tue, 04 Jan 2000 21:05:50 +0800


Rey-luh Wang wrote:
> 
> Try to select * from table, do not have where clause, this failed.
> Do I miss something here...
> 

It works fine in my little gadfly database:

Result:
 TEST ID  TEST VALUE
 0        12

SQL used:

select *
from test_data