select convert(varchar,getdate(),120)--2010-08-20 23:10:15select convert(varchar(10), getdate(),120)--2010-08-20 select replace(replace(replace(convert(varchar, getdate(),120),'-',''),' ',''),':','')--20100820231015select convert(varchar(12),getdate(),111) --2010/08/20select convert(varchar(12),getdate(),112) --20100820select convert(varchar(12),getdate(),108) --23:10:15
详细解决方案
SQL利用Convert函数取得指定格式的日期字符串
热度:24 发布时间:2016-05-05 13:54:15.0
相关解决方案
- 那位高手帮小弟我看下这个有关问题Cannot convert value of type [] to required type [] for property 'ba
- Hibernate Cannot convert value '0000-00-00 00:00:00' from 有关问题解决
- vc++.net中的有关问题( error C2440: 'type cast' : cannot convert from 'CString' to 'const char *')
- cid = (string.IsNullOrEmpty(typeId) ? null : ( Convert.ToInt32( typeId)) ) 有解决方案
- int num = Convert.ToInt32(txtNum.Text.ToString().Trim());总是返回0x00000001,该如何处理
- int num = Convert.ToInt32(txtNum.Text.ToString().Trim());老是返回0x00000001
- string sign = Convert.ToString(scd.ExecuteScalar());出现异常!
- Convert.ToInt32的转化有关问题
- Convert.ToDecimal的用法,1/100如何输出为0.01
- int quantity = System.Convert.ToInt16(((TextBox)e.Item.FindControl("quantitytext")).Text)
- 请教Int32.Parse() 和 Convert.ToInt32()有什么区别没有呀
- 各位:(string)qq convert.tostring(qq) qq.tostring()有什么区别啊(待)
- int ct= Convert.ToInt32(SqlDS.Select(DataSourceSelectArguments.Empty));解决办法
- 急值相同,(int)转换出错,Convert.ToInt32()不会出错,为什么?该如何处理
- 为什么int index = Convert.ToInt32(e.CommandArgument);取不到值呢。解决思路
- CONVERT function如何用?小报错一个
- Cannot convert Unicode string to Ebcdic string
- sqlserver2000 convert(text,content) 数据少取了解决方案
- 基于Spring MVC的Web应用开发(八) - Convert
- 那位高手帮小弟我看下这个有关问题Cannot convert value of type [] to required type [] for property 'ba
- cannot convert from Integer to int(tomcat)解决思路
- 技术难题:Type mismatch: cannot convert from String to int,该怎么处理
- java.lang.IllegalArgumentException: Can't convert argument: null
- 编辑jsp时候出现的异常cannot convert from java.sql.Statement to java.beans.Statement
- Unable to convert between java.lang.Integer and BINARY,该如何处理
- 新年好:对于java.lang.IllegalArgumentException: Can't convert argument: null
- 各位老大,how to convert Unicode code number to a character just like String.fromCharCode in jscript?解决方案
- sql server 2008 r2 cast convert varchar,该怎么解决
- Convert()函数老是返回系统当前时间,求解
- 急unicode convert(varbinary)字節能修改嗎