Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
ExecuteSQL <-ConnectString|-cs> connection_string [<-Sql> sql_statement]
Option
| Argument
| Description
|
---|---|---|
-ConnectString
-cs
| connection_string
| Required. Enter an SQL data service connect string with the following syntax:
Optionally, add options in the following format:
Enclose the connect string in single quotes.
The connect string has the following option and value:
|
-Sql
| sql_statement
| Optional. Enter an SQL statement if you do not want to run in interactive mode.
|