kennedydottie
MIS
Hi... I have a Stored procedure where I'm receiving a few values as parameters, one of which I am using for an IN statement
@myvariable
note: @myvariable will contain several items and needs to be formatted accordingly, which I knkow how to do this, but the sp doesn't appear to be accepting the variable and using it as I expected.
select * from mytable
where mycol in (@myvariable)
Is this even possible?
Is this possible?
@myvariable
note: @myvariable will contain several items and needs to be formatted accordingly, which I knkow how to do this, but the sp doesn't appear to be accepting the variable and using it as I expected.
select * from mytable
where mycol in (@myvariable)
Is this even possible?
Is this possible?