Hi,
Can you please tell what did I have wrong from the syntax below? Thanks
"select *from myorder
where compID ="+ @[User::comp] +"
and
case
when "+ @[User::comp] +" =450
where CONVERT(char(10), date_added,126) >'2018-10-05'
end
"
Hi,
Can you please tell what did I have wrong from the syntax below? Thanks
"select *