在Mysql中将DateTime值转换为String
问题描述:
我想转换日期&时间值到varchar然后存储在数据库中
I want to convert Date & time value into varchar and then store in database
我正在获取当前日期&时间在mysql中使用NOW(),现在想在字符串中转换,因为我必须将此值与字符串值合并
I am fetching the Current Date & time using NOW() in mysql and now want to convert it in string because i have to merge this value with String value