execute_query
Execute read-only SQL queries like SELECT, SHOW, and DESCRIBE to retrieve data from a MySQL database without modification.
Instructions
Execute a read-only SQL query. 한글: 쿼리 실행, SQL 실행, 조회 쿼리
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | SQL query (only SELECT, SHOW, DESCRIBE, EXPLAIN, ANALYZE statements are allowed) | |
| database | No | Database name (optional, uses default if not specified) |