how do I do a join query within a same table?
I have a customer table which has "custID", "category" and "price" fields.
I need to query the table to return two different category's price base on the same custID.
I did a inner join but if I have 4 custid, it return 16 rows to me.
any thought, please.
I have a customer table which has "custID", "category" and "price" fields.
I need to query the table to return two different category's price base on the same custID.
I did a inner join but if I have 4 custid, it return 16 rows to me.
any thought, please.