MySQL TOOLS


Click on an option to select it


Query a SELECT * FROM "table"

Query a SELECT * FROM "table" WHERE "PK" = ?

Query a DELETE FROM "table" WHERE "PK" = ?

Query a INSERT INTO "table" (?,?,?) VALUES (?,?,?)

Query a UPDATE "table" SET (?,?,?) WHERE PK = ?