MSCEWI2073
Bash variables found, using SnowSQL with variable substitution enabled is required to run this script
Severity
Description
Example Code
Input Code:
.LOGON dbc, dbc;
select '$variable', '${variable}', '${variable}_concatenated';
select $colname from $tablename where info = $id;
select ${colname} from ${tablename} where info = ${id};
.LOGOFF;Output Code:
Recommendations
Last updated
