Updated on 2024-05-07 GMT+08:00

Running SQL Commands

The format of embedded SQL commands is EXEC SQL [Command]. In embedded SQL applications, you can run common standard SQL statements supported by GaussDB Kernel or extended SQL statements provided by ECPG. Currently, features or syntaxes such as stored procedures, packages, anonymous blocks, and flashback are not supported.