Skip to content
Advertisement

Mysql Procedure Syntax change to Firebird Procedure Syntax

I don’t know what’s different about the stored procedure of firebird syntax.

MySql Procedure:

How can I change this one syntax for Firebird stored procedure?

Advertisement

Answer

The equivalent in Firebird PSQL syntax would be simple assignment, so GEN_EXCEPTION_FROM = PSHIFTDTEFROM; See also Assignment Statements in the Firebird Language Reference. The full equivalent of the fragment shown in your question would be:

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement