This is an old revision of this page, as edited by Meno25(talk | contribs) at 19:59, 3 November 2015(Assessment: Computing: -auto; Databases: class=Stub (assisted)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.Revision as of 19:59, 3 November 2015 by Meno25(talk | contribs)(Assessment: Computing: -auto; Databases: class=Stub (assisted))
This article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.ComputingWikipedia:WikiProject ComputingTemplate:WikiProject ComputingComputing
This article is within the scope of WikiProject Databases, a project which is currently considered to be inactive.DatabasesWikipedia:WikiProject DatabasesTemplate:WikiProject DatabasesDatabases
There are plenty of times at least in MySQL when a Having is useful without a Group By such as: Select a + b * c as D From E Having D > 1, Having in MySQL functions such that Select * from a having b = 1 is esentially the same as select * from (select * from a) as c where b = 1 —Preceding unsigned comment added by 66.173.15.10 (talk) 15:44, 10 November 2008 (UTC)[reply]