I got one table named package and another table named Product.
I want to join packageid column in package table and softwarename in product table. Not a single column is matched in both the table. Both tables are entirely different.
Can any one help me with the query for that.