dbTalk Databases Forums  

listing of syntactically possible SQL statements

comp.databases comp.databases


Discuss listing of syntactically possible SQL statements in the comp.databases forum.



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

Default listing of syntactically possible SQL statements - 05-09-2008 , 01:02 PM






I need such a list in order to check a parser to a utility to be used
with PreparedStatements

thanks
lbrtchx

Reply With Quote
  #2  
Old   
lbrtchx@gmail.com
 
Posts: n/a

Default Re: listing of syntactically possible SQL statements - 05-09-2008 , 03:27 PM






Also, in which versions of SQL is the <> operator written as != ?
~
lbrtchx

Reply With Quote
  #3  
Old   
lbrtchx@gmail.com
 
Posts: n/a

Default Re: listing of syntactically possible SQL statements - 05-09-2008 , 03:27 PM



Also, in which versions of SQL is the <> operator written as != ?
~
lbrtchx

Reply With Quote
  #4  
Old   
lbrtchx@gmail.com
 
Posts: n/a

Default Re: listing of syntactically possible SQL statements - 05-09-2008 , 03:27 PM



Also, in which versions of SQL is the <> operator written as != ?
~
lbrtchx

Reply With Quote
  #5  
Old   
Lennart
 
Posts: n/a

Default Re: listing of syntactically possible SQL statements - 05-09-2008 , 10:24 PM



On May 9, 10:27 pm, lbrt... (AT) gmail (DOT) com wrote:
Quote:
Also, in which versions of SQL is the <> operator written as != ?
!= is not part of sql standard, it is a vendor extension.

As for your other query, you might find some interest in Mimers sql-
validator:

http://developer.mimer.com/validator/index.htm


/Lennart



Reply With Quote
  #6  
Old   
Lennart
 
Posts: n/a

Default Re: listing of syntactically possible SQL statements - 05-09-2008 , 10:24 PM



On May 9, 10:27 pm, lbrt... (AT) gmail (DOT) com wrote:
Quote:
Also, in which versions of SQL is the <> operator written as != ?
!= is not part of sql standard, it is a vendor extension.

As for your other query, you might find some interest in Mimers sql-
validator:

http://developer.mimer.com/validator/index.htm


/Lennart



Reply With Quote
  #7  
Old   
Lennart
 
Posts: n/a

Default Re: listing of syntactically possible SQL statements - 05-09-2008 , 10:24 PM



On May 9, 10:27 pm, lbrt... (AT) gmail (DOT) com wrote:
Quote:
Also, in which versions of SQL is the <> operator written as != ?
!= is not part of sql standard, it is a vendor extension.

As for your other query, you might find some interest in Mimers sql-
validator:

http://developer.mimer.com/validator/index.htm


/Lennart



Reply With Quote
  #8  
Old   
lbrtchx@gmail.com
 
Posts: n/a

Default Re: listing of syntactically possible SQL statements - 05-10-2008 , 07:46 AM



Quote:
Also, in which versions of SQL is the <> operator written as != ?

!= is not part of sql standard, it is a vendor extension.
So, does it mean that some vendors include it as some sort of
programming-like syntax sugar, but also have the standard "<>" for
non-equality?

Quote:
http://developer.mimer.com/validator/index.htm
Thanks and I am also looking for a test set of actual queries to test
some query parser that I coded. Now that I talk about it, are there
sample data sets that could be imported as csv into a DB and run tests
included stress tests?

lbrtchx



Reply With Quote
  #9  
Old   
lbrtchx@gmail.com
 
Posts: n/a

Default Re: listing of syntactically possible SQL statements - 05-10-2008 , 07:46 AM



Quote:
Also, in which versions of SQL is the <> operator written as != ?

!= is not part of sql standard, it is a vendor extension.
So, does it mean that some vendors include it as some sort of
programming-like syntax sugar, but also have the standard "<>" for
non-equality?

Quote:
http://developer.mimer.com/validator/index.htm
Thanks and I am also looking for a test set of actual queries to test
some query parser that I coded. Now that I talk about it, are there
sample data sets that could be imported as csv into a DB and run tests
included stress tests?

lbrtchx



Reply With Quote
  #10  
Old   
lbrtchx@gmail.com
 
Posts: n/a

Default Re: listing of syntactically possible SQL statements - 05-10-2008 , 07:46 AM



Quote:
Also, in which versions of SQL is the <> operator written as != ?

!= is not part of sql standard, it is a vendor extension.
So, does it mean that some vendors include it as some sort of
programming-like syntax sugar, but also have the standard "<>" for
non-equality?

Quote:
http://developer.mimer.com/validator/index.htm
Thanks and I am also looking for a test set of actual queries to test
some query parser that I coded. Now that I talk about it, are there
sample data sets that could be imported as csv into a DB and run tests
included stress tests?

lbrtchx



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.