G
Guest
My data looks like so:
Date Identifier Type Volume
20060302 611654 A 22
20060302 611654 A 22
20060302 611660 A 10
20060302 611660 B 10
Is it possible to pull out only the records where the identifier and type
are equal ?
In this example, the query would result with:
Date Identifier Type Volume
20060302 611654 A 22
20060302 611654 A 22
Thank you in advance.
Date Identifier Type Volume
20060302 611654 A 22
20060302 611654 A 22
20060302 611660 A 10
20060302 611660 B 10
Is it possible to pull out only the records where the identifier and type
are equal ?
In this example, the query would result with:
Date Identifier Type Volume
20060302 611654 A 22
20060302 611654 A 22
Thank you in advance.