Hi Everyone,
I'm a newb in SQL so my questions will be pretty basic for a while.
I have a statement that returns results like this.
gs_assembly_guid gs_assembly_quantity
E2.1 1
E2.1 1
However, what I really need is a result set that counts E2.1 and provides the count as a quantity within 1 E2.1 Result like this:
gs_assembly_guid gs_assembly_quantity
E2.1 2
Thanks for steering me in the right direction.
:) John
Edited by: Johnbr (Oracle11G) on Dec 9, 2011 9:47 AM