Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

find any character in a string that is a lower case
in SQL Server 7, How can I find out if a database field has any lower case
character in the string. Thanks!

Report this thread to moderator Post Follow-up to this message
Old Post
Min
10-29-05 01:23 AM


Re: find any character in a string that is a lower case
you can create a temp table w/ the letters of the alphabet in it and
search that field IN #temp table.

or you could find a length of the string and then substring letter by
letter and search the ASCII values for each lowercase letter against
the substring letter.


Report this thread to moderator Post Follow-up to this message
Old Post
GlennThomas5
10-29-05 01:23 AM


Re: find any character in a string that is a lower case
Thanks! What I did is to find the sum of the ASCII values for the whole
string and the sum of ASCIIs for upper(string) at the same time. If they are
not equal, there is a lower case character.

"GlennThomas5" wrote:

> you can create a temp table w/ the letters of the alphabet in it and
> search that field IN #temp table.
>
> or you could find a length of the string and then substring letter by
> letter and search the ASCII values for each lowercase letter against
> the substring letter.
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
Min
10-29-05 01:23 AM


Sponsored Links





Last Thread Next Thread
Post New Thread

MS SQL Server archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 03:42 PM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006