IDENTIFIER clause
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024
02:43 AM
- last edited
3 weeks ago
by
Advika
Hi all.
Just trying to implement adb sql scripts using identifier clause but I have errors like that using an example:
DECLARE mytab = 'tab1';
CREATE TABLE IDENTIFIER(mytab) (c1 INT);
[UNSUPPORTED_FEATURE.TEMP_VARIABLE_ON_DBSQL] The feature is not supported: Temporary variables are not yet supported for queries from SQL warehouses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 11:59 AM
@RobsonNLPT - Engineering is still working on the feature that allow DECLARE statements in DBSQL. This is with a tentative ETA of Feb 20 available on preview channel.

