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

No comments: