SQL Developer (MOSC)

MOSC Banner

apex_json is trimming leading zeros before a decimal and trailing zeros after decimal

in SQL Developer (MOSC) 5 commentsAnswered ✓

I am using below statement to capture a value.

apex_json.get_varchar2(p_path => 'headers[%d].header.curr_ex_rate', p0 => i)

But it is trimming leading and trailing zeros, ex: I get value 0.2340 in json, it is storing the value as .234

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center