Greetings,

I've been reading through the docs and am still very new to SQLAlchemy but 
haven't found an answer to my question.  I am trying to write a query with 
SQLAlchemy but don't want to build any objects if it can be helped.  Is 
this possible?  I've read about reflection, but I'm still not clear how it 
works.

If it is possible, how would I write the following query in SQLAlchemy 
parlance?

SELECT col1, col3
FROM table1
WHERE col1 = 'a';

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to