SEARCH:

SQLX_Delete

string table_id
array Row


Accepts a Row Array and a table_id and builds a SQL delete command out of the values of the Row Array.

Can be extremely destructive! This routine will delete all of the rows of a table that match the given columns. Calling this routine on an orders table and providing only a customer ID will delete all of the orders for that customer!