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.