摘要:
Select CONVERT(varchar(100), GETDATE(), 23): 2006-05-16 Select CONVERT(varchar(100), GETDATE(), 0): 05 16 2006 10:57AM Select CONVERT(varchar(100), GE... 阅读全文
posted @ 2015-12-14 16:37
nele
阅读(206)
评论(0)
推荐(0)
摘要:
代码如下 select distinct G.* ,(select BUSINESS_NAME from BusinessInfo where BusinessInfo.BUSINESS_BID=G.G_BUSINESS_ID) as BUSINESS_NAME ... 阅读全文
posted @ 2015-12-14 16:24
nele
阅读(5196)
评论(0)
推荐(0)
摘要:
1、比较时间大小的实验 string st1="12:13"; string st2="14:14"; DateTime dt1=Convert.ToDateTime(st1); DateTime dt2=Convert.ToDateTime(st2); DateT... 阅读全文
posted @ 2015-12-14 11:50
nele
阅读(459)
评论(0)
推荐(0)

浙公网安备 33010602011771号