Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> HELP: Different results on SQL sort, depending on the Tool?

HELP: Different results on SQL sort, depending on the Tool?

From: Stefan <herz.s_at_zdf.de>
Date: 2000/07/11
Message-ID: <396B4832.CD5D335C@zdf.de>#1/1

Hi,
i've a problem with sorting a column, getting different results depending on the tool.

Environment:
Oracle 8.1.6, NT 4.0 (SP5)

The Query:
SELECT * FROM mytable ORDER BY mycolumn ASC

This is the result of a query by 'SQL Plus Worksheet': 0000000006
0000100100
A00000
A06015
A06016

This is the result of a query by 'Oracle ODBC 32Bit Test' : A00000
A06015
A06016
0000000006
0000100100

Why has the same SQL statement different results? How can this be solved?

Can anyone help me?
Regards Stefan Received on Tue Jul 11 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US