I have 3 tables with the following columns
TableA
Name Description .....
TableB
Name Description ....
TableC
Name Description ....
I want to do a Select query where I select
The Name and Description from these three tables If the name contains my query.
1 Answer