Can SQLAlchemy use the "from only" clause of PostgreSQL?

Viewed 281

I need to use the PostgreSQL only clause in a select query. Can I do that with SQLAlchemy?

1 Answers
Related