SpiceQA
Questions
Tags
Users
Badges
Can SQLAlchemy use the "from only" clause of PostgreSQL?
user_1547004
0
Created Aug 17, 2012
Edited Aug 17, 2012
Viewed 281
Follow
I need to use the PostgreSQL
only
clause in a select query. Can I do that with SQLAlchemy?
sqlalchemy
postgresql
sql
python
8
0
Add comment
+
Share
1 Answers
Related