Friday, 7 January 2022

date formate in sql

 https://www.sqlshack.com/dateadd-sql-function-introduction-and-overview/

checkthis

date add subtract sample check this

No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...