UNLOAD Statements
Java
UNLOAD statements can be executed with the method of the TableEnvironment
. The executeSql()
method returns ‘OK’ for a successful LOAD operation; otherwise it will throw an exception.
The following examples show how to run a UNLOAD statement in TableEnvironment
.
Scala
UNLOAD statements can be executed with the method of the TableEnvironment
. The executeSql()
method returns ‘OK’ for a successful LOAD operation; otherwise it will throw an exception.
Python
UNLOAD statements can be executed with the method of the TableEnvironment
. The executeSql()
method returns ‘OK’ for a successful LOAD operation; otherwise it will throw an exception.
The following examples show how to run a UNLOAD statement in TableEnvironment
.
SQL CLI
UNLOAD statements can be executed in SQL CLI.
Java
Scala
Python
SQL CLI
UNLOAD MODULE
The following grammar gives an overview of the available syntax: