Hi, Everyone.
I have the trouble of query statement convert int column to Double in DB node connecting with SQL Server Data.
Please, someone, help me with how to write this query?
Thank you very much
Hi, Everyone.
I have the trouble of query statement convert int column to Double in DB node connecting with SQL Server Data.
Please, someone, help me with how to write this query?
Thank you very much
Hi,
I think in SQL Server you have to use float for floating point numbers. So just do CAST(your column as float).
Kind regards
Alexander
Thank you , I think so.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.