Hi
I have a currency(Rec_ID, currency) table which is having M-M relationship with it self it results in CurrencyExchangeRate table (Rec_ID, Currency_FK1 AS 'FROM', Currency_FK2 AS 'TO, Exchange_Rate)
Now I need a query to do all combination of currency rec_id (repetition is not allowed), along with the exchange rate or null. if there is 3 records in Currency then I the query should return 6 rows.
Thanks