convert 专用于SQLServer,cast对于其它数据库的兼容性更好
convert 处理日期和时间值更厉害
语法不一样:
cast(itemvalue as decimal(19,6)) convert(char(10),getdate(),120)