Dear all,
In following query
select tid, max(colint), min(colvarchar),count(*) from
t group by tid
if i have duplicate records on tid, i want to know count of them and want to display their cols also.
what should i use max or min or any other thing.
i know that colint and colvarchar will be same for duplicate record.
yours sincerely.