Answer the question
In order to leave comments, you need to log in
How to set a condition for occurrence when selecting data from the Sqlite3 database?
I have a Sqlite3 database. Is it possible to put a condition on the entry when receiving data from it. For example, there is such a phrase - " how are you, man ." And in the database = " how are you ". And you need to select this line.
SELECT * FROM table WHERE words = 'how are you, man' - this checks completely for comparison, but I need it for occurrence. How can you do that?
Oh, and also, is it possible to do the same on PostgreSQL?
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