Hi all...
I am new to sql server so this may seem like a simple question, but I can't find it in any of my resources.
I need to create a table, with a field that is to be used for entering a number such as 25.35%. Basically a percentage with two decimals.
Can you please tell me how I can define this as it is not one of the "standard" datatypes. I know that I could simply use .2535 rather than a percentage as shown above, but I need it to be as the percentage with two decimals.
Thank you!
I am new to sql server so this may seem like a simple question, but I can't find it in any of my resources.
I need to create a table, with a field that is to be used for entering a number such as 25.35%. Basically a percentage with two decimals.
Can you please tell me how I can define this as it is not one of the "standard" datatypes. I know that I could simply use .2535 rather than a percentage as shown above, but I need it to be as the percentage with two decimals.
Thank you!