我有一个数据类型为Varchar的列,我使用一个select查询,根据coloumn.now获取给定范围内的数据我想将此列从varchar转换为日期,以便我的查询正常工作。我使用Mysql作为后端数据库。我不想在mysql架构中将列数据类型更改为Date,但在运行时通过某些sql函数更改
答案 0 :(得分:2)
使用CAST()
http://forums.devshed.com/firebird-sql-development-61/casting-a-varchar-to-date-477361.html http://dev.mysql.com/doc/refman/5.5/en/cast-functions.html#function_cast