Re: How to find if the value returned is numeric

2004-01-07 Thread Nitin Mehta
I'm using it with PHP, but what I'm looking for is, the query syntax, not the language feature. Thanx anyway - Original Message - From: "robert_rowe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 07, 2004 9:04 PM Subject: Re: How

Re: How to find if the value returned is numeric

2004-01-07 Thread robert_rowe
That depends on what language you are using to return the query results. Visual Basic is an IsNumeric function. I'm sure other languages have something similiar. What are you using? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.my

How to find if the value returned is numeric

2004-01-07 Thread Nitin Mehta
Hi all, as the subject of the mail says, is there any function to apply in a query, that finds out if the value returned from the database is numeric? thanx for help in advance Nitin