以下代码报错
# MySQL 8.0.21
# Workbench 8.0.21
select * FROM products;
CREATE PROCEDURE fn ()
BEGIN
select prod_id FROM products
END;
Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…