Documentation Index
Fetch the complete documentation index at: https://docs.ondb.ai/llms.txt
Use this file to discover all available pages before exploring further.
SQL INSERT Request
SQL INSERT statement Format: INSERT INTO app::collection (col1, col2) VALUES (val1, val2), (val3, val4) Example: "INSERT INTO myapp::users (name, email, age) VALUES ('Alice', 'alice@example.com', 25)"
SQL INSERT executed successfully