B
Brian Derwart
Guest
I think the issue is that you've quoted the alias name that you would like to use for this table in the SQL referencing the account table. Does this SQL work without error: update "account" account set acc_desc=? where "account".gl_account = ?
Continue reading...
Continue reading...