multiprocessio / datastation

App to easily query, script, and visualize data from every database, file, and API.

Home Page:https://datastation.multiprocess.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

language SQL / no such function: REGEXP

aheissenberger opened this issue · comments

There is no support for

SELECT * FROM DM_getPanel(0) WHERE  url REGEXP '\b3\b'

Thanks! I'll have to look into this. The SQL panels use SQLite under the hood. Maybe I'm not loading the right extension.

In the meantime you can use LIKE if you'd like or you can do your filtering in JavaScript/Python before using the SQL panel.

This fix has been merged and will be part of the next release.