HI ALL,
I am trying to execute the below sql update query where table name should be read dynamically from another table.
Please let me what is wrong in my query.
update (select CONCAT('T',schemaid) from schemat where name='Analyzer') set c7 =99;
"schemat" is a table which contains two columns name and schemaid.
.all the Table created in our database with prefix 'T' for example T4345.