LOAD Statements
Java
LOAD 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 LOAD statement in TableEnvironment
.
Scala
LOAD statements can be executed with the executeSql()
method of the . The executeSql()
method returns ‘OK’ for a successful LOAD operation; otherwise, it will throw an exception.
Python
LOAD statements can be executed with the execute_sql()
method of the TableEnvironment
. The method returns ‘OK’ for a successful LOAD operation; otherwise, it will throw an exception.
The following examples show how to run a LOAD statement in TableEnvironment
.
SQL CLI
LOAD statements can be executed in SQL CLI.
Java
Scala
Python
SQL CLI