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
https://learn.microsoft.com/en-us/azure/databricks/sql/language-manual/sql-ref-names-identifier-clau...