Microsoft
Software
Hardware
Network
Question : I'm trying to use LIKe to return all "-"
Ian a table there is normat text and then values as 0000-0800, 0800-1600 or 2200-0600
The text can be anyhting from BLP to ACC or AL etc..
What I'm trying to do is return the 0000-0800 values and these are always entered as ####-####
And I'm trying to use
and a.mon_job like '%-%' with no success
Does anyone have any ideas?
Answer : I'm trying to use LIKe to return all "-"
select * from yourtable
where mon_job like '%-%' works for me?
Random Solutions
Server 2008 R2 - Can Connect to Server By IP, but not computer name
Dot Net Written Test and Interview questions, Can any 1 suggest link
Sort Mysql table with recent entries
Split strings with RegEx
Mac Mail only shows 90 days of deleted items
What does it mean if I am receiving output errors on all of my Cisco Aironet 1130AG?
unknown process - should I be concerned
SPSS - Modify Output of Crosstabs
Code was working in Android 2.1 SDK but not on 2.2
Access 2003 -> Word 2003 - have a question on code that works to save doc as pdf file...