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
Is SQL Server 2005, 2008 free?
PowerEdge 1950 - Hard Drive Upgrade - Server 2003 R2
How convert Windows 7 shadow copies into usable Restore Points like XP?
Unable to view PDF files in a web browser
SAP RFC returning Invalid Data Type
Audit, log and RBAC on AIX
Excel control returns only a string
AMD vs Intel? on dell's website - which has greater VM performance?
FAX configuration in windows 2003 server with Gmail.
How do I modify this php script to send a confirmation?