Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

MySQL adds subselects

MySQL Adds Subselects, Upgrades Performance and Security:

MySQL Version 4.1 includes support for SQL subselects, also called subqueries or nested queries, a powerful feature that lets users search complex data with ease and efficiency. With subselects, users can achieve query consolidation by nesting one query inside another query, creating a resource otherwise unavailable for searching in a single statement. Subselects allow users to query within a result set, creatively limit the result set or correlate results with an otherwise unrelated query in a single call to the database.

This is MySQL adds subselects by Simon Willison, posted on 27th January 2003.

View blog reactions

Next: Letter to the editor spam

Previous: Adequacy gone

1 comment

  1. Certainly taken long enough, now just the several ice ages until it makes it onto production servers ;)

    Godin - 27th January 2003 17:59 - #

Comments are closed.

Previously hosted at http://simon.incutio.com/archive/2003/01/27/mysqlAddsSubselects

A django site