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
Adding local storage to ESX 3.5
Mac Mini with Blu-Ray
Self Signed Cert issues with Remote desktop
VB.Net Ineritance question
combining commands in terminal find and grep any ideas
SQL Server 2008 Linked Server Error
GP folder redirection. cant turn off
Launching an Access form with pre-filled fields
Foxpro and using Excel 2010 as an object
HTML - SQL - Carrying Form Variables from Page to Page