-1
I am making a query in SQL in my database and is returning values in decimal. Is there a function to round the values or turn them into integers?
-1
I am making a query in SQL in my database and is returning values in decimal. Is there a function to round the values or turn them into integers?
Browser other questions tagged sql dbeaver
You are not signed in. Login or sign up in order to post.
yes, each database has its conversion functions, already consulted the documentation?
– Ricardo Pontual
It will be some variant of ROUND() but as the functions vary from SQL database to another, it would have to include in the question which specific database. Even better: look for the documentation of your bank that you should find easily on rounding.
– epx