Loading

Sunday, April 17, 2005

MySQL find last digit = number example SQL

select address from $db.$table
where ascii(right(address, 1)) >= 48 and ascii(right(address, 1)) <= 57

SHARE TWEET

Thank you for reading this article MySQL find last digit = number example SQL With URL http://x-tutorials.blogspot.com/2005/04/mysql-find-last-digit-number-example.html. Also a time to read the other articles.

0 comments:

Write your comment for this article MySQL find last digit = number example SQL above!