phpbar.de logo

Mailinglisten-Archive

[dbs] count bei union

[dbs] count bei union

Sebastian Mendel lists at sebastianmendel.de
Fre Jul 9 17:31:27 CEST 2004


Konstantin Rekk wrote:
> On Friday 09 July 2004 16:39, Sebastian Mendel wrote:
> 
> 
>>SELECT SUM(0) FROM ( SELECT COUNT(*) ... UNION DISTINCT SELECT ... )
>>
>>oder
>>
>>SELECT SUM(`count`)
>>FROM ( SELECT COUNT(*) AS `count` ...
>>        UNION DISTINCT
>>        SELECT ... )
> 
> Scheint keine korrekte sql-Syntax zu sein, nicht einmal in mysql 
> funktioniert so was wie, oder sehe ich was nicht:
> 
> select count(*) from (select  *  from Corporation)

ja subqueries funktionieren auch erst ab MySQL 4.1

-- 
Sebastian Mendel

www.sebastianmendel.de www.warzonez.de www.tekkno4u.de www.nofetish.com
www.sf.net/projects/phpdatetime        www.sf.net/projects/phptimesheet

php::bar PHP Wiki   -   Listenarchive