Get Rows where float column values is not a whole number
A way to find all those rows where a float column value is not a whole number. It is very simple by using the Floor function. Following scripts demonstrates the trick.
A way to find all those rows where a float column value is not a whole number. It is very simple by using the Floor function. Following scripts demonstrates the trick.
Following code returns you the total file size of each data file in the database along with the space used in it.
This article explains a way of Assigning incrementing values to integer column in a single statement without using identity field