sql语句的一种组织方法
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']
本文来自博客园,作者:{咏南中间件},转载请注明原文链接:https://www.cnblogs.com/hnxxcxg/archive/2011/02/12/2940917.html