On 9/19/18 5:38 AM, Gabriel Furstenheim Milerud wrote: > Hello, > I'd like to convert a string number to a number being able to provide > the custom format. > With dates it works perfectly fine, so that I can do: > > SELECT to_date('18 09 10', 'YY MM DD') > > Is there something similar with numbers? > > SELECT to_number('9,000',some_format) =9;