| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> 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 Received on Sat Jul 17 2004 - 21:37:56 CDT
![]() |
![]() |