mirror of
https://github.com/tstack/lnav
synced 2024-11-15 18:13:10 +00:00
3 lines
55 B
SQL
3 lines
55 B
SQL
SELECT regexp_match('abc(', '123')
|
|
FROM sqlite_master;
|