I am working on a querywhere I am inserting data from another tableInsert into table1(col1,col2,col3)select col4,col5,([highlight="#98"]col6+col1)[/highlight]from table2How can I refer col1 data in the select statement?Please help me outThanks.
↧