jsshivalik
SSChasing Mays
Points: 612
More actions
August 17, 2022 at 4:53 am
#4077233
Hi
DECLARE @OpgBalance Double
CREATE TABLE #temp(DocDate dateTime,VoucherNo nvarchar(20),shift nvarchar(2),
Description nvarchar(200),Debit numeric(19,6),Credit numeric(19,6),Balance numeric(19,6))
Thanks
DesNorton
SSC-Insane
Points: 24386
August 17, 2022 at 5:35 am
#4077242
DOUBLE is not a valid data type in SQL
https://docs.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply