-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Select Count + max() geht nicht
PostPosted: Thu Sep 22, 2005 12:09 pm 
Newbie

Joined: Mon Jun 20, 2005 4:29 am
Posts: 5
Hallo,

möchte in hql einen select count(*) mit einem max(spalte) kombinieren, doch hibernate scheint es nicht zu schlucken.

will folgende art von select machen:

Select coun(max(CustomerName)) from Customers group by CustID, CustName, CustCity;

Hibernate schmeisst mir einen Fehler "22 Sep 2005 17:56:32:753 ERROR com.db.watchlist.persistance.HibernateCustomerDAO - ( expected before ) in select ..."

Was hat das "expected before" da zu bedeuten, werde aus der Fehlermeldung nicht schlau ;-(

Die Datenbank ist Oracle 9.
wird der swl direkt per SQLPlus abgesetzt, funktioniert er.


Top
 Profile  
 
 Post subject: Select Count + max() geht nicht
PostPosted: Thu Sep 22, 2005 3:52 pm 
Newbie

Joined: Tue Sep 20, 2005 3:41 am
Posts: 3
Hi mark_o,

ich bin mir nichtmal sicher, ob in ANSI-SQL ein count(max(<spalte>)) erlaubt ist...

Ich würde die Anweisung folgendermaßen interpretieren:

max(<spalte>) : gib mir den höchsten Wert der angegebenen <spalte>
count(<ausdruck>) : gib mir die Anzahl von <ausdruck>

max(...) liefert IMMER ein einziges (sog. skalares) Ergebnis.
Dann müsste count(max(...)) IMMER eins (1) zurückgeben...

Da das wenig Sinn macht, glaube ich nicht, daß es sich um eine gültige SQL-Anweisung handelt.

Was genau möchtest Du denn damit erreichen?

Mit freundlichen Grüßen,
windi ;)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.