B
B
B1ackGh0st2020-06-03 17:05:40
Python
B1ackGh0st, 2020-06-03 17:05:40

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 question

Ask a Question

731 491 924 answers to any question