这样写查询语句输入判断对不对呀?
这样写查询语句输入判断对不对呀?//查询语句输入判断
if trim(sle_sql.text) <> "select mobile from"+ls_tablename+''+ls_where then
//if trim(sle_sql.text) <> 'select column1,column2 from' + ls_tablename +ls_where then
messagebox("提示信息","输入的SQL语句有错请检查")
//return
end if
if isnull(sle_sql.text) or len(trim(sle_sql.text))=0 then
messagebox("提示信息","请输入SQL语句!")
return
end if