• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: more oracle problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more oracle problems


  • Subject: Re: more oracle problems
  • From: Guido Neitzer <email@hidden>
  • Date: Tue, 4 Apr 2006 12:15:18 +0200

On 04.04.2006, at 6:36 Uhr, Dave Elsner wrote:

If I remove the DISTINCT or the ORDER BY then it works fine. Is there any reason the above SQL should not work and if so why is WO generating incorrect SQL?

The sql (readable) is:

SELECT DISTINCT
	t0.academicGeneral,
	t0.accessLevel,
	t0.activeNameID,
	t0.brandNewRecord,
	RTRIM(t0.building),
	t0.countryID,
	t0.degreeID,
	t0.email,
	RTRIM(t0.fax),
	t0.fileName,
	t0.filePath,
	t0.groupID,
	t0.hasFile,
	t0.personCode,
	RTRIM(t0.phone),
	RTRIM(t0.room),
	t0.pkID,
	RTRIM(t0.serialNumber),
	RTRIM(t0.staffNumber),
	RTRIM(t0.title),
	t0.tobeShown,
	t0.type,
	t0.updatedNightly,
	RTRIM(t0.URL),
	RTRIM(t0.wumpusID)
FROM
	PERSON t0,
	PSN_NAME T1
WHERE
	(t0.type = 3 AND t0.accessLevel <> -1) AND
	t0.activeNameID = T1.pkID
ORDER BY
	T1.lastName ASC,
	T1.firstName ASC


So, this is generally a bad idea. You have an "order by" clause on columns that aren't in the result set. As far as I know, this is against the sql standard. Not quite sure and most DBMS can handle that, but for me it's ugly.


I don't know why the plugin generated this, but imho it shouldn't.

cug

--
PharmaLine, Essen, GERMANY
Software and Database Development


Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: more oracle problems
      • From: Anjo Krank <email@hidden>
References: 
 >more oracle problems (From: Dave Elsner <email@hidden>)

  • Prev by Date: Re: more oracle problems
  • Next by Date: Re: more oracle problems
  • Previous by thread: Re: more oracle problems
  • Next by thread: Re: more oracle problems
  • Index(es):
    • Date
    • Thread