在MSSQL中,有SQL语句如下:
adoquery1.sql.Add('select col010 as 手机号,col017 as 发送时间,col025 as 发送内容 from '+'['+combobox1.text+']'+' where col010 like'+'''13%'''+' and col010='+edit1.Text);结果出现:Numberic转换为Numberic出现算术溢出错误,请问如何解决??