[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Upgrade error



> 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