Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question