...
- All
SELECT
statements are planned, which includes syntactical validation. However, these statements are not executed. Validation should be a matter of a few seconds. For multi-line statements, all non-
SELECT
statements are planned and executed. The finalSELECT
statement is only planned.Info NOTE: For multi-line SQL statements, validation may take longer to complete if the non-
SELECT
statements require significant time to execute.
Info |
---|
NOTE: Values for seconds in a SQL timestamp parameter are not supported. The finest supported granularity is at the minutes level. |
Examples
Here are some basic SQL examples to get started.
...