sql beautifier ?

From: Michael Agbaglo <michael_at_isv-gmbh.de>
Date: 1997/04/14
Message-ID: <33525B4B.67D8462C_at_isv-gmbh.de>#1/1


Is there a tool that converts

select a,b,c,sum(d) from t1 where a=3 and b=4 or c=5 group by a,b,c

into
SELECT a,b,c, SUM(d)

FROM      t1
WHERE     a=3
  AND     b=4
   OR     c=5

GROUP BY a,b,c

??? Received on Mon Apr 14 1997 - 00:00:00 CEST

Original text of this message