Postgresql – can't label first table in sqlalchemy in query with join
I have no problem with labeling second table ("jtable"), but how I can make the same with first one ("table")? Because I haven't any allowed methods to do this. async def get_join_table( db: AsyncSession, table: PostSQL | VoteSQL | UserSQL,…