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

Home -> Community -> Usenet -> comp.databases.oracle -> sql corrector

sql corrector

From: <quikquic_at_yahoo.com>
Date: 17 Jul 2004 19:37:56 -0700
Message-ID: <ead1f717.0407171837.1ff5b09b@posting.google.com>


Hi, I am looking for a library(j, c++, or algorithm) which can check and correct sql. For example, if I have

    selet * from employee where id in (select id from people where name='john

The code can find the error and correct it to

    select * from employee where id in (select id from people where name='john')

Thanks,

qq Received on Sat Jul 17 2004 - 21:37:56 CDT

Original text of this message

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