sql.add('select count(cash) as c from table_name where id:=a');parameter(a).value:=edit1.text;......怎么才能获取c的值;我想使edit2.text的值是金额总和谢谢!!