Say I have two tables, owner and dog. Both have column name, but I’d like to join them, so there is a problem since both tables have column name. Can I rename (alias) the name column in the dog table during the query?
Say I have two tables, owner and dog . Both have column name ,
Share
1 Answer