[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Upgrade error
- Subject: Re: Upgrade error
- From: "G. Net" <..hidden..>
- Date: Sun, 12 Nov 2006 21:03:02 +0000 (GMT)
> Does the same id occur in any single table, for example, if in the
> GROUP BY clause of the subquery, if you add table_name to the list of
> columns, do you still get any output?
Output from SQL command: select * from transactions where id IN (select id from transactions
GROUP BY id, table_name HAVING count(*) > 1); ...
No data returned