Re: Identifying character as digit, alpha, etc.
From: Aaron Bertrand - MVP (aaron_at_TRASHaspfaq.com)
Date: 05/24/04
- Next message: Peter Newman: "Updating Tables"
- Previous message: Andrew J. Kelly: "Re: Identifying character as digit, alpha, etc."
- In reply to: Gregory A. Larsen: "Re: Identifying character as digit, alpha, etc."
- Next in thread: Andrew J. Kelly: "Re: Identifying character as digit, alpha, etc."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 May 2004 12:48:31 -0400
With a caveat: it's not always entirely accurate.
http://www.aspfaq.com/2390
-- Aaron Bertrand SQL Server MVP http://www.aspfaq.com/ "Gregory A. Larsen" <greg.larsen@netzero.com> wrote in message news:O8llO4aQEHA.1644@TK2MSFTNGP09.phx.gbl... > You can use the ISNUMERIC function to determine if character data is a > number. > > -- > > -------------------------------------------------------------------------- -- > -------------------------------------------------------------------------- -- > ---- > > Need SQL Server Examples check out my website at > http://www.geocities.com/sqlserverexamples > "Michael Bauers" <anonymous@discussions.microsoft.com> wrote in message > news:2E140565-7EF5-4FF8-95D8-099A53B37398@microsoft.com... > > Can transact SQL identify a character as being a digit or an alpha > character? What if the data is unicode? What if the data is from a non > ASCII code page? > > > > Thanks > >
- Next message: Peter Newman: "Updating Tables"
- Previous message: Andrew J. Kelly: "Re: Identifying character as digit, alpha, etc."
- In reply to: Gregory A. Larsen: "Re: Identifying character as digit, alpha, etc."
- Next in thread: Andrew J. Kelly: "Re: Identifying character as digit, alpha, etc."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|