Posts
Sort by recent activity
DEC abbreviation for DECIMAL unsupported?
When I use SQL prompt to template an insert into a table it does not recognize DEC as a valid type.
Here is a quick example to demonstrate. Note the missing e column.CREATE TABLE #temp
(
id I...