Error when using the DELIMITER statement for MySQL

The DELIMITER statement is not part of the MySQL language. It is a command supported by certain MySQL tools. This command tells those MySQL programs to scan for a certain character that indicates the end of a query or statement.

RazorSQL does not support using the DELIMITER command. RazorSQL determines where queries end in various ways depending on whether any text is highlighted, what type of execution was done (execute one, execute all, etc.) and the placements of semi-colons in the SQL editor.