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
Parse autosys jil file using Unix tools
Script to enable folder auditing
How do I populate a SQL Express table from Excel file?
I need videos on WPF
vinegar and bugs
Network Traffic Analyzer
Ruby - Insert Struct to MySql
Exchange 2003 Recovery of Deleted mailbox
Maintain cloumn width while using datasheet view
How can I send HTML formatted emails to someone who signs up on my site