Hello comunity
i need to transform a numeric value to char value but with a specific format:
ex: my numeric field value = 12200.25
with cast('12200.25' as char) the result is 12200.250000
i need this : 12.200,25
in VFP i have STRTRAN() function but not in SQL
Someone could give me an ideia
Many thanks
Luis Santos