In this post, you’ll learn about the DB2 error 0-ERROR: Attribute ‘infinity’ not found and the reason why you are receiving the error message and how to fix it
How does this Error Message Looks like
0 – ERROR: Attribute ‘infinity’ not found
Reason for the Error & Solution
PostgreSQL disallows storage of Double.POSITIVE_INFINITY or Double.NEGATIVE_INFINITY values.
Leave a Reply