Was this helpful?
BEGIN DECLARE Example
The following example shows the typical structure of a declaration statement:
EXEC SQL BEGIN DECLARE SECTION;
  buffer character_string(2000);
  number integer;
  precision float;
EXEC SQL END DECLARE SECTION;
Last modified date: 02/03/2024