Hi Team,
select ‘s_’ || TOSTRING(p.issueId)
from NAPS_DATA p
WHERE p.entityType == 'p’
AND p.id = ‘p_275965_100514614’
Is returning issueId as “s_1.00514614e+08” . Is there a way to not have it converted to string in exponential format?
Best,
Peter