-- -- OpenAPI Petstore. -- Prepared SQL queries for 'Foo' definition. -- -- -- SELECT template for table `Foo` -- SELECT `bar` FROM `Foo` WHERE 1; -- -- INSERT template for table `Foo` -- INSERT INTO `Foo`(`bar`) VALUES (?); -- -- UPDATE template for table `Foo` -- UPDATE `Foo` SET `bar` = ? WHERE 1; -- -- DELETE template for table `Foo` -- DELETE FROM `Foo` WHERE 0;