I have a table which, simplified, consists of assembly,part
Each assembly has many parts.
I want to run an SQL which only outputs the first example of each assembly followed by the parts in that assembly.
I know I can easily do this in a macro using a foreach loop but I am trying to make this modifiable by users with some SQL skills.
I'm blowed if I can work out how to do this. Is it possible?
Each assembly has many parts.
I want to run an SQL which only outputs the first example of each assembly followed by the parts in that assembly.
I know I can easily do this in a macro using a foreach loop but I am trying to make this modifiable by users with some SQL skills.
I'm blowed if I can work out how to do this. Is it possible?