现在的位置: 首页 > 综合 > 正文

sql语句的一种组织方法

2011年08月29日 ⁄ 综合 ⁄ 共 175字 ⁄ 字号 评论关闭

SQLList := TStringList.Create;
  SQLList.Add('100001=select * from customer');
  SQLList.Add( '200001=update customer set customer=current_time where cust_no=1012');

SQLList.Values['200001']

抱歉!评论已关闭.