s1:='select * from person where strtoint(trimleft(birthday,4))<1975'; birthday数据段为字符,如‘2000-12' 运行出错提示为无strtoint函数!