run_query
Execute read-only SQL queries to check data without risk of modifications. Supports SELECT, SHOW, DESCRIBE, EXPLAIN, and WITH statements, with results limited to 1000 rows.
Instructions
Jalankan query SQL read-only (SELECT/SHOW/DESCRIBE/EXPLAIN/WITH) untuk pengecekan data. Perintah tulis (INSERT/UPDATE/DELETE/DROP/dll) akan ditolak. Hasil dibatasi maksimal 1000 baris.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | Query SQL read-only. Contoh: SELECT id, nama FROM pengguna WHERE status = 'aktif' |