I have a table where there is composite key of id and emp_no.
I want to show record of all tids against one emp_no like this (not using any aggregate functions because no need to show any thing like that):
emp_no   tid
         tid
         tid
emp_no2  tid
         tid
         tid
Thanks in advance