Answer the question
In order to leave comments, you need to log in
How to translate such a SQL query into SqlAlcemy?
How to translate such a SQL query into SqlAlchemy?
SELECT sub.name, pos.name FROM subscriber sub INNER JOIN position pos
ON sub.position_id = pos.id WHERE sub.name ~* 'какойто текст' OR pos.name ~* 'какойто текст';
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question