How can I tell select about an SQLEngine for performing queries not bound to a table?  I'd like to write something like
 
from sqlalchemy import *
engine = create_engine(...)
timestamp = select([func.now()], engine=engine).scalar()

--
Jonathan Ellis
http://spyced.blogspot.com

Reply via email to