G
Guest
In asp.net ,in command button script ,
How can i select and assign a value into a variable from a table.like
select ref into @var1 from table1 where id='1';
How can i select and assign a value into a variable from a table.like
select ref into @var1 from table1 where id='1';