abs(s):返回参数s的绝对值
len(s):
round(x,p):用来舍入指定的精度
rand():返回0-1间的随机float值
sort():返回指定表达式的平方根
floor():返回<=所给数字表达式的最大整数
cast():将Int列转化为varchar后用like查询,select * from fruit where cast(id as char(20)) like '2%'
len(s):
round(x,p):用来舍入指定的精度
rand():返回0-1间的随机float值
sort():返回指定表达式的平方根
floor():返回<=所给数字表达式的最大整数
cast():将Int列转化为varchar后用like查询,select * from fruit where cast(id as char(20)) like '2%'