Forum Discussion

jays's avatar
jays
Occasional Contributor
8 years ago

JDBC test step returns the value as '0E-9'

I'm using JDBC step to get the data from the database for the data validation. When a column value is '0.000000000', then the response in the JDBC step returns the data in xml as '0E-9'. When I run the query in the database, it returns correctly with all 0s. But only in the JDBC test step response, I get this '0E-9'.

 

Can somebody tell me how can I get the value as it is in the JDBC response xml?

 

No RepliesBe the first to reply