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