Skip to desktop contentSkip to application launcher
Yourstruggle11 OSInvestigation workstation
ActiveManual

Manual / sql

SQL Studio syntax

SQL Studio is a deterministic read-only interpreter over static portfolio data.

Discover
Use SHOW TABLES, DESCRIBE projects, or HELP.
Query
SELECT supports columns, WHERE equality or LIKE, ORDER BY, LIMIT, and COUNT(*).
Safety
Mutation commands are rejected. Queries never execute JavaScript or connect to a database.