Sign in
|
Join
|
Help
Search
John's Brain Dump
All the technical gyrations I go through to build software, so I don't forget them and others can benefit from them.
Home
Contact
About
RSS
Atom
Comments RSS
Recent Posts
NDoc 2.0 is (Not Quite) Dead!
Community Server 2008 Form Breaking Changes
Debugging MOSS 2007 Web Parts
Silverlight = .NET Framework in the Browser
TableAdapterManager in ADO.NET Orcas
Tags
.NET 1.1
.NET 2.0
.NET 3.5
ADO.NET
ASP.NET
Blogs
C#
CLR
Community Server
Crystal Reports
CSS
DataSet
Diagnostics
DOM
Entity Framework
HTML
Hydrus Software
LINQ
MOSS
My Life
Orcas
Patterns
Performance
Security
SharePoint
Silverlight
SQL
SQL Server
Tools
Tricks
VB.NET
Visual Studio
WCF
My del.icio.us
Receive Email Updates
Subscribe
Archives
July 2008 (1)
May 2008 (1)
May 2007 (3)
April 2007 (1)
March 2007 (3)
December 2006 (2)
August 2006 (1)
July 2006 (3)
June 2006 (1)
May 2006 (4)
December 2005 (2)
November 2005 (4)
Browse by Tags
All Tags
»
Tricks
(
RSS
)
SQL
SQL Trick: Finding Integers in Character Columns
Q: What WHERE condition do you use to find all values in a column that contain only numbers? (No decimal points, no minus signs, just 0-9. A: [ column name ] NOT LIKE '%[^0-9]%' This is the kind of thing that I'll forget a year from now when...
Posted:
May 26 2006, 07:38 PM
by
John
| with
no comments
Filed under:
SQL
,
Tricks
More Posts