L
L
lleballex2020-07-15 13:26:26
SQLite
lleballex, 2020-07-15 13:26:26

Is it possible to select data from a Sqlite3 database via regular expressions?

I have a Sqlite3 database. The table has a column in which regular expressions are written. Is there any way to extract data using these regular expressions?
For example, the table says " .*how are you.* ", and you need to search for " how are you, man ". How to implement it?
SELECT * FROM table WHERE ... , and then what?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dr. Bacon, 2020-07-15
@bacon

And I already wrote that this is not done at the DB level

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question