Entering content frame

 DECLARE Statements 

Use

DECLARE statements mark the beginning and end of a declare section.

Syntax

EXEC SQL BEGIN DECLARE SECTION;

EXEC SQL END DECLARE SECTION;

 

Leaving content frame