skip to main content

Embedded SQL Statements : DROP

DROP
The DROP statement allows to remove resources.
General format
EXEC SQL [AT Database]
  DROP Options
Syntax rules
1.
General Rules
1.
Database identifies the active connection that will execute the query and must be previously defined using a Format 4 DECLARE statement.
Examples
Drop table
exec sql
   drop table customers

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left