![]() |
Re: Rundungsproblem
Zitat:
Bei Integer/Integer kommt in Firebird Integer raus (Nachkommastellen abgeschnitten). Zur Veranschaulichung teste mal:
SQL-Code:
select 1, 3/4 from rdb$database
union all select 2, 3/4.0 from rdb$database union all select 3, 3/4.00 from rdb$database union all select 4, 3.0/4 from rdb$database union all select 5, 3.00/4 from rdb$database union all select 6, 3.0/4.0 from rdb$database |
Alle Zeitangaben in WEZ +1. Es ist jetzt 18:06 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz