1
Reply

sqlserver 2008 insertion

satish babu

satish babu

Jan 7 2013 4:20 AM
696
Hi,i have a table with 2 columns.I want to insert values into table.For that one column value want to take from some variable and another value from another table.Is it possible to insert data like that?

ex:insert into emps values(@a,'hhh')

Answers (1)