E
E
Erik Mikoyan2020-08-06 11:09:39
SQLite
Erik Mikoyan, 2020-08-06 11:09:39

How to use regex in sqlite3 via sequelize?

How to use regex in sqlite3 via sequelize?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2020-08-06
@Alexandre888

SQLITE3 supports the REGEXP operator :
. . . WHERE . . . REGEXP <regex>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question