Quantcast
Channel: How to select second table in a query? - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Answer by Jean-Philippe Leclerc for How to select second table in a query?

$
0
0

You should look into something like that (Note that I can't test it now, this is only a guideline):

SELECT orderr.orderr_customer_name, customer.customer_name FROM customer INNER JOIN orderr_customer_name ON orderr.orderr_customer_name = customer.customer_name WHERE customer_name LIKE '$queryString%' GROUP by customer_name LIMIT 1

Pleasy read the doc: Here


Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>