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