Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
Writing Dynamic SQL
When you write dynamic SQL, you will often follow one or more of the approaches outlined below.
|
Task |
Approach |
|---|---|
|
Run a non- |
Use EXECUTE IMMEDIATE. |
|
Run a dynamic |
Use EXECUTE IMMEDIATE with ECHO SELECT |
|
Run a dynamic |
Use COLLECT with a query type variable. |
|
Run a dynamic |
Use SCALAR with a |
Last modified: