Jump to content

#1248 - Every derived table must have its own alias


sseeley

Recommended Posts

SELECT SUM(NUMBERTEAMS1) FROM
(
SELECT tblteamentry.confirm1 AS NUMBERTEAMS1 FROM middlesexwingsports.tblteamentry
         WHERE tblteamentry.fkAgeGroupId = '11'
         AND tblteamentry.confirm1 = '1'
) AS aliasForThisSubquery

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.