标签:mysql
select mtime, from_unixtime(mtime) from topics limit 10;
update video set playlink = concat(playlink, '&fr=abcd');
可以转换的类型是有限制的。这个类型可以是以下值其中的一个:
select * from bill where convert(money, DECIMAL) > 100;
标签:mysql
原文地址:http://blog.csdn.net/qmhball/article/details/44941681