search for: service_end_d

Displaying 1 result from an estimated 1 matches for "service_end_d".

2006 May 19
2
How to run direct DML (insert or update)
...the browser "Perform monthly billing run" the controller to lanch a sql DML statment to be called (in the model?) than runs something like "insert into billing (item, qnt, total_cost, billing_run_timestamp select item, qnt, item*cost as total_cost, timestamp from services where service_end_date is null" How can I run a DML (insert, update, delete) direct sql statement ? -- Posted via http://www.ruby-forum.com/.