sql corrector

From: quikquic_at_yahoo.com <(quikquic_at_yahoo.com)>
Date: 17 Jul 2004 19:37:56 -0700
Message-ID: <ead1f717.0407171837.1ff5b09b_at_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 Sun Jul 18 2004 - 04:37:56 CEST

Original text of this message