Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inf in number type #588

Merged
merged 1 commit into from
Sep 11, 2024
Merged

inf in number type #588

merged 1 commit into from
Sep 11, 2024

Conversation

nurlantulemisov
Copy link
Contributor

@nurlantulemisov nurlantulemisov commented Aug 21, 2024

in my testing oracle I have number column and extra large numbers

     ID_OP      PRICE      OASUM
---------- ---------- ----------
  37840227          ~         -~

I found answer in docs.

https://docs.oracle.com/cd/B13789_01/server.101/b10759/sql_elements004.htm

If a positive NUMBER value is extremely large and cannot be represented in the specified format, 
then the infinity sign (~) replaces the value. 
Likewise, if a negative NUMBER value is extremely small and 
cannot be represented by the specified format, then the negative infinity sign replaces the value (-~).

#579 related issue

@sijms sijms merged commit 25847b0 into sijms:master Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants