I would like to know with fractional and precision values I could use to create a column of type time in this format HH:MM:SS when creating a DATABASE table thanks!
I would like to know with fractional and precision values I could use to
Share
TIME(0) would give you a time with no fractional precision. The following URL has a chart that will help.
SQL Server Time Data Type