It's a pretty simple question but I'm stumped as to why I can't get a result.
We have a database with various software titles in it. We have a field for the operating system. If the software can be run on multiple OSes then they are listed comma separated. For Example Win 9x, Win NT, Mac OS 9, Mac OS X
I've been asked to create a list of all the software titles that will run under Win NT.
I thought that
Select Title from SoftwareList where operatingSystem like '%XP%'
Would give me this list, however, I get no matches. I know that there are entries for Win XP.
Am I missing something?
"Every day is like a precious gift, you have to make it count" James Birrell 1993-2001
We have a database with various software titles in it. We have a field for the operating system. If the software can be run on multiple OSes then they are listed comma separated. For Example Win 9x, Win NT, Mac OS 9, Mac OS X
I've been asked to create a list of all the software titles that will run under Win NT.
I thought that
Select Title from SoftwareList where operatingSystem like '%XP%'
Would give me this list, however, I get no matches. I know that there are entries for Win XP.
Am I missing something?
"Every day is like a precious gift, you have to make it count" James Birrell 1993-2001