hi I need help with an select statement
I have two table Stores and sells
so in the Stores table i have store_id and store_name
and in sells i have from_store_id and to_store_id
Both from_store_id and to_store_id refer store_id from stores. I need a single select statement which will bring out the store_names for both from and to stores
I have two table Stores and sells
so in the Stores table i have store_id and store_name
and in sells i have from_store_id and to_store_id
Both from_store_id and to_store_id refer store_id from stores. I need a single select statement which will bring out the store_names for both from and to stores