I want to convert a field with a value of 50,000 to 50000 so I can use >= and <= in a query to find records in a range. Any help would be great.
use the string_replace(pattern, string) function. You can find more info about this function on this site.
good luck.
I cannot find a function with this syntax. Can you help?