L
L
lleballex2020-07-15 08:40:07
SQLite
lleballex, 2020-07-15 08:40:07

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

1 answer(s)
S
Sergey Gornostaev, 2020-07-15
@lleballex

... where words like 'как дела%'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question