select - Query within results from a previous query in MySQL -
how query within results have come previous mysql query?
i want avoid nested selects if can, out of personal preference.
store result of first query in temporary table, query that, drop temp table.
Comments
Post a Comment