Re: SQL statement question...

From: Vitaliy Mogilevskiy <vit100gain_at_earthlink.net>
Date: Mon, 10 May 1999 22:17:40 -0700
Message-ID: <3737BD74.89609400_at_earthlink.net>


Actually this will be even better:

  • start select lpad(to_char(AA.A),BB.max_A) A from table AA , (select max(length(A)) max_A from table) BB order by A /
  • end

Good Luck! Received on Tue May 11 1999 - 07:17:40 CEST

Original text of this message