Hello! Help to write (yes, there is nothing special to write about) the simplest procedure, so that it is preserved, and not just a query. There is a table, you just need to pull out all the fields ... What is wrong with me? really needed)
CREATE PROCEDURE SelectPerson BEGIN SELECT * FROM Person END