C
Cynthia
I have a query where I need a distinct list of circuits for a recordset.
I need these in order of the seq number, there are multiple seq numbers per
circuit. My query is as shown below. Since I cannot have the order by with
a distinct call how can I get around this? Any help would be appreciated.
Select distinct circid from eleicterms where tb_name = 'TB-1' and eidwgid =
34 and circid > 0 order by seq1
I need these in order of the seq number, there are multiple seq numbers per
circuit. My query is as shown below. Since I cannot have the order by with
a distinct call how can I get around this? Any help would be appreciated.
Select distinct circid from eleicterms where tb_name = 'TB-1' and eidwgid =
34 and circid > 0 order by seq1