Microsoft
Software
Hardware
Network
Question : SQL Syntax, MS SQL Server 2008
I have an MS SQL Server 2008 Database with a table and 3 fields. One field ADM_DATE may or may not have "/" dividing the month, day, and year. What I would like to do is test whether the field has an "/" in it. How can I do this? I'd like to place it in the Where part of a select query.
Answer : SQL Syntax, MS SQL Server 2008
WHERE ADM_DATE NOT LIKE '%/%'
Random Solutions
Why file will not upload to folder on virtual directories?
ASP.NET ChartControl
‘Browse’ button component in jsf
Visual Studio opens blank page first
What does it mean if I am receiving output errors on all of my Cisco Aironet 1130AG?
Hosted Exchange 2010 and Active Directory
TextBox Must Be Placed Inside Form Tag Error
MULTIPLE CTE
Fix code to find repeated numbers in string
.exe file won't run in Windows 7 XP Mode