In this blog post, let’s learn about the error message “204 An illegal floating point number has been found in the statement.” in Hydra and the description of the error.
Error Message
204 An illegal floating point number has been found in the statement.
Error Details
Where an integer value is expected, an unacceptable numeric constant appears. Inspect the statement and look for numbers that should be integers but that contain a decimal point or the letter e or that are larger than 2,147,483,647 ((2 to the 31st power) – 1).
Leave a Reply