Skip to content
New issue

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

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

Already on GitHub? # to your account

Invalid real to string cast #7488

Closed
Noremos opened this issue Feb 28, 2023 · 0 comments
Closed

Invalid real to string cast #7488

Noremos opened this issue Feb 28, 2023 · 0 comments

Comments

@Noremos
Copy link
Contributor

Noremos commented Feb 28, 2023

select cast(345.12e-2 as varchar(30)) from rdb$database;

CAST                           
============================== 
3.45  

I expected to see 3.4512.
More examples are available here: https://sourceforge.net/p/firebird/mailman/message/37658234/

# for free to join this conversation on GitHub. Already have an account? # to comment