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: 24528
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 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy