1. Convert SQL to Qornix JSON
Paste a simple SELECT. The converter understands SELECT, FROM, JOIN, WHERE, GROUP BY, HAVING, ORDER BY and LIMIT. It produces the JSON body used by POST /api/dynamic.
Tip: for joined requests the current server can execute raw JOIN clauses when the template enables
allowRawJoin. Field allowlist validation is still table-centric, so the safest first join example uses SELECT *.