On Tue, 18 May 2010, Armaghan Saqib wrote:
these transactions are from acc_trans table and can be looked up as:
SELECT * FROM acc_trans WHERE trans_id IN (id1, id2, id3 ... etc.)
and can be deleted as:
DELETE FROM acc_trans WHERE trans_id IN (id1, id2, id3 ... etc.)
Armaghan,
That's what I thought, and what I tried. For some reason psql told me
there was an error (not specified, of course) by the SELECT key word. I'll
try again.
Thanks,
Rich
_______________________________________________
SQL-Ledger mailing list
[email protected]
http://lists.ledger123.com/mailman/listinfo/sql-ledger