Microsoft
Software
Hardware
Network
Question : Passed parameter used in select statement where column like the passed parameter
How do I use passed parameter in
‘where column like my_parameter?
I have a loop where I’m passing parameters and need to update a table where column LIKE my_parameter. So the first my_parameter is say '9876' and I need to update the table where my_column like '9876%'.
Update my_table set my_column1 = 3 where my_column like my_parameter;
Answer : Passed parameter used in select statement where column like the passed parameter
this will do:
1:
Update my_table set my_column1 = 3 where my_column like my_parameter ||'%';
Random Solutions
changing cell reference
Dealing with Corrupted System Files on Vista
Export jasper report to txt format
WDS deployment of Windows 7
Is this html markup flexible enough to accomodate various designs?
How To Configure VLAN on Intel Pro 1000 MT
reading multiple integers from line stored in a file c++
navigation bumps down in ie
SCCM Query to find specific drivers
Er diagram for university accommodation office