Results for "Finyear"
2 / 184 posts
How to get first date From month and Finyear
If we have Finyear and month then we create a date for examples: DECLARE @finyear CHAR(5) = '202425'; DECLARE @month smallint = 5; --Get Year DECLARE @year…
comma saparate database DAteformatparts
Mar 19, 2026 1 min read
All Date Components in SQL
We get First Date , Last date ,month number, month Name,Year, Financial Year(Finyear), and Month Year from Date (Date Range of each single date). SET DATEF…
comma saparate database Date
Mar 19, 2026 4 min read