We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just using a "SELECT [COLUMES] FROM [TABLE] WHERE [COLUME] REGEXP [EXPR]" statement
You will get an error "no such function REGEXP"
Database engine: SQLite
Visual Studio or SSMS version: VS 2022 + CEToolbox 4,8.776
The text was updated successfully, but these errors were encountered:
@LNKLEO Do you know in which sqlite version regexp was added?
Sorry, something went wrong.
REGEXP was added in a very early version I think, and I noticed you using System.Data.SQLite as SQLite implement. Then I found this.
https://stackoverflow.com/questions/20622613/sqlite-in-c-sharp-with-regexp https://stackoverflow.com/questions/172735/create-use-user-defined-functions-in-system-data-sqlite
It looks you need to create a REGEXP to archive this with System.Data.SQLite.
No branches or pull requests
Just using a "SELECT [COLUMES] FROM [TABLE] WHERE [COLUME] REGEXP [EXPR]" statement
You will get an error "no such function REGEXP"
Database engine: SQLite
Visual Studio or SSMS version: VS 2022 + CEToolbox 4,8.776
The text was updated successfully, but these errors were encountered: