09 2022 档案

摘要:System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridVie 阅读全文
posted @ 2022-09-08 14:01 NewJersey 阅读(91) 评论(0) 推荐(0)
摘要:sql语法获取当月第一天 select CONVERT(nvarchar(50),DateAdd(dd,-datePart(day,GetDate())+1,GETDATE()),23) 2022-08-01 SELECT DATEADD(mm, DATEDIFF(mm,0,getdate()), 0) 20 阅读全文
posted @ 2022-09-08 13:49 NewJersey 阅读(31) 评论(0) 推荐(0)