Re: [cx-oracle-users] ORA-00937: not a single-group group function
Brought to you by:
atuining
From: Chris G. <chr...@to...> - 2011-08-11 18:44:37
|
It's very likely a problem with the query you're running - nothing to do with Python. But you don't show the query so impossible to say. Try running the same query in SQL*Plus On 11 August 2011 13:13, <prz...@po...> wrote: > Hello, > > I am trying to run some sql query using cx_oracle (CentOS). > When I run this query using sqlplus I get the result. > When I try to run the same query using cx_oracle I get: > Traceback (most recent call last): > File "./ar2-select.py", line 67, in <module> > order by 1") > cx_Oracle.DatabaseError: ORA-00937: not a single-group group function > > Can anybody tell me why is that ? > > Regards > Przemyslaw Bak (przemol) > -- > http://przemol.blogspot.com/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ---------------------------------------------------------------- > Najwieksza baza samochodow nowych i uzywanych > Sprawdz >> http://linkint.pl/f2a0b > > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. > http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |