Webmaster Forum

Ezilon Directory   1,000 Directory Submissions   V7N Directory
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Reply
 
LinkBack Thread Tools Display Modes
Old 05-03-2005, 06:28 AM   #1 (permalink)
v7n Mentor
 
jg_v7n's Avatar
 
Join Date: 08-26-04
Location: Rio de Janeiro
Posts: 1,289
iTrader: 0 / 0%
Latest Blog:
None

jg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web pro
select where column is number

I have a column with text data in it, some of the data is alphabetical characters and some are numbers.

Is it possible to select all rows where this particular column consists of just numbers?

Something like:

Code:
SELECT * FROM table WHERE IS_NUMBER(column)
Thanks...
__________________
Web Directory - SMS Dictionary
jg_v7n is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 05-03-2005, 09:41 AM   #2 (permalink)
Inactive
 
Join Date: 04-29-04
Location: Louisiana
Posts: 32
iTrader: 0 / 0%
Latest Blog:
None

painperdu is liked by many
Try this:

Code:
SELECT * FROM table WHERE column REGEXP '^[[:digit:]]';
From http://dev.mysql.com/doc/mysql/en/pattern-matching.html
painperdu is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-03-2005, 11:19 AM   #3 (permalink)
v7n Mentor
 
jg_v7n's Avatar
 
Join Date: 08-26-04
Location: Rio de Janeiro
Posts: 1,289
iTrader: 0 / 0%
Latest Blog:
None

jg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web projg_v7n is a highly respected web pro
Brilliant - Thanks!
__________________
Web Directory - SMS Dictionary
jg_v7n is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding a column in .css idahoscuba Coding Forum 2 01-21-2008 02:48 AM
display column sum waffles Coding Forum 3 07-04-2006 01:09 PM
Toll Free Number for Web Business (1-800 Number) market4pros Marketing Forum 0 05-06-2005 12:12 AM
Number 1 baby, number 1, whoooooooooo! Simon - 1977 Google Forum 4 05-08-2004 02:23 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 04:43 AM.
© Copyright 2008 V7 Inc