...and called it this way: $sql = 'CALL procedure_name()';
Thanks, but I found an alternative by creating mySQL procedures instead of functions. Code: CREATE PROCEDURE procedure_name() BEGIN SELECT...
Hi there, I need to convert the following code from PostgreSQL into MySQL CREATE TYPE type_name AS ( field_id INTEGER, field_name VARCHAR(50)...
Separate names with a comma.