Browse by Tags
All Tags »
Tricks »
SQL (
RSS)
Sorry, but there are no more tags available to filter with.
Q: What WHERE condition do you use to find all values in a column that contain only numbers? (No decimal points, no minus signs, just 0-9. A: [ column name ] NOT LIKE '%[^0-9]%' This is the kind of thing that I'll forget a year from now when...
More Posts