MySQL Tips
Snippets of MySQL tips, solutions, examples, tutorials, and even benchmarks
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment