+ 12
What is the use of subqueries in mysql
how does it helps to query optimisation
4 Antworten
+ 16
Hope this helps:
http://www.mysqltutorial.org/mysql-subquery/
+ 10
thanks dayve...
+ 7
you can use your query string for another query
design it by using the inner query
0
Subquery is a query embedded in another query. For example- using 'where' in a 'select' or 'insert' query.