http://rafb.net/p/u7ahBK46.html

This is what i have so far
do help me

I need to query tables that are already there created using normal sql

Can someone show how to query a simple table and construct results
similar to db.select or db.query
for
CREATE TABLE todo (
 id serial primary key,
 title text,
 created timestamp default now(),
 done boolean default 'f'    );

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to