Forum Discussion

PM172's avatar
PM172
Copper Contributor
Feb 22, 2024

Using @10 in query in excel and it got replaced with @1 value and adding 0 to the value.

I am generating sql query data for multiple rows. for this I am using @ to replace 12-13 columns data into  query So query was like update tablename set column= '@1',column2= '@2'-----,column10='@10...

Resources