dbTalk Databases Forums  

sql corrector

comp.databases.oracle comp.databases.oracle


Discuss sql corrector in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
quikquic@yahoo.com
 
Posts: n/a

Default sql corrector - 07-17-2004 , 09:37 PM






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

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.