Quantcast
Channel: Forum Getting started with SQL Server
Viewing all articles
Browse latest Browse all 7129

How to solve it

$
0
0

I am passing @service nvarchar(50) ='4|7|8'.... and i wanted from @service only 4 7 8 because i want to insert these values in table one by one like..

insert into service values(@id,4);

insert into service values(@id,7);

insert into service values(@id,8);


Viewing all articles
Browse latest Browse all 7129

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>