Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

...

Works in Ultra Pipelines

Limitations &

...

Known Issues

  • When the SQL statement property is an expression, the pipeline parameters are shown in the suggest, but not the input schema.

...

Error

Reason

Resolution

Failure: Batch operation failed. Error code: 102

Incorrect syntax near 'GO'.

Rewrite the query without ‘GO’ and run it.

Example

In this example, we have a table named "customer1" that stores user details. It has the columns: productphonenocustomernamecitycountry. We will execute the query and retrieve customers with given name.

...