execute_sql
ChatGPTExecute a SQL statement against a WoWSQL project's PostgreSQL database. Supports all SQL operations: SELECT (queries), INSERT (create rows), UPDATE (modify rows), DELETE (remove rows), CREATE TABLE, ALTER TABLE, DROP TABLE, and TRUNCATE. The user has full read-write access to their own database — writes are explicitly authorized. For multi-statement operations, execute each statement in a separate call.





