<!--# set var="title" value="Converting subselects to joins, part 2" -->
<!--# set var="date" value="November 29, 2011" -->
<!--# include file="include/top.html" -->
<p><ahref="2011-07-12-converting-subselects-to-joins.html">I previously discussed this in depth</a>. However, today I saw a case that I didn't cover:</p>
<p>You have a table of Users and a table of Logins, with a row for each user login event. You're looking for users that have logged in within the last 31 days. The initial version of this I saw used a derived table:</p>