Databricks SQL Identifier Variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 02:51 AM
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);
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 09:14 AM - edited 01-16-2024 09:17 AM
@RobsonNLPT - The feature development is still in place. Just the docs are released prior to the feature availability which is an usual process. The feature will be released on preview channel with a tentative ETA on Feb 20 as of now. Alternatively, if you are a Databricks support customer, you can reach out to Databricks Account team/Representative to further support on this.

