Jump to content

Recommended Posts

Posted

bayya evarina idi vinnara? vinte em databasess usee chestay ee parser ni..

Posted

you mean akiban sql parser example ?

 

Posted

you mean akiban sql parser example ?

yes sir.. Parser is a part of database right? if yes, which database that I can use to process the query from akiban parser

 

for example:

 

Before normalization:
SELECT * FROM x WHERE ((a = 1 AND b = 2) OR (NOT (c = 3 AND d = 4)))
 
After normalization
 
SELECT * FROM x WHERE (((a = 1) AND ((b = 2) AND TRUE)) OR ((c <> 3) OR ((d <> 4) OR FALSE))) AND TRUE
 
In other post you told me to use this SQL Server.. I will try..
×
×
  • Create New...