https://bugs.documentfoundation.org/show_bug.cgi?id=95174
--- Comment #4 from Devansh Varshney <[email protected]> --- Created attachment 193286 --> https://bugs.documentfoundation.org/attachment.cgi?id=193286&action=edit Error banner CREATE FUNCTION PUBLIC.GET_NAME(P_ID INT) RETURNS VARCHAR(50) BEGIN ATOMIC DECLARE V_NAME VARCHAR(50); SET V_NAME = (SELECT NAME FROM PUBLIC.TABLE1 WHERE ID = P_ID); RETURN V_NAME; END; I am getting the error while creating the functions in HSQLDB. -- You are receiving this mail because: You are the assignee for the bug.
