sql corrector

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • quikquic@yahoo.com

    sql corrector

    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
Working...