Thread: FYI: BNF for SQL93 and SQL-3

FYI: BNF for SQL93 and SQL-3

From
Hannu Krosing
Date:
Doing a Google search for SQL standards, I found a 
wonderful page of links to SQL info, including the BNF 
specs for SQL92 and SQL3. Not exactly gram.y but hopefully 
close. 

Could be helpful in deciphering what the standards say.

See: http://www.contrib.andrew.cmu.edu/~shadow/sql.html

---------
Hannu


Re: [HACKERS] FYI: BNF for SQL93 and SQL-3

From
Bruce Momjian
Date:
> Doing a Google search for SQL standards, I found a 
> wonderful page of links to SQL info, including the BNF 
> specs for SQL92 and SQL3. Not exactly gram.y but hopefully 
> close. 
> 
> Could be helpful in deciphering what the standards say.
> 
> See: http://www.contrib.andrew.cmu.edu/~shadow/sql.html

This is terrific.  We need this on our web page.

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: [HACKERS] FYI: BNF for SQL93 and SQL-3

From
Chris Bitmead
Date:
Hannu Krosing wrote:
> 
> Doing a Google search for SQL standards, I found a
> wonderful page of links to SQL info, including the BNF
> specs for SQL92 and SQL3. Not exactly gram.y but hopefully
> close.

How official is this? I get the feeling this might
be one guy's interpretation because it seems like
it is missing stuff.


Re: [HACKERS] FYI: BNF for SQL93 and SQL-3

From
Hannu Krosing
Date:
Chris Bitmead wrote:
> 
> Hannu Krosing wrote:
> >
> > Doing a Google search for SQL standards, I found a
> > wonderful page of links to SQL info, including the BNF
> > specs for SQL92 and SQL3. Not exactly gram.y but hopefully
> > close.
> 
> How official is this? I get the feeling this might
> be one guy's interpretation because it seems like
> it is missing stuff.
>

I guess it is lifted from the standard as it was in september 1993.

OTOH, the SQL3 standard is still not final.

-----------
Hannu


Re: [HACKERS] FYI: BNF for SQL93 and SQL-3

From
Chris Bitmead
Date:
> I guess it is lifted from the standard as it was in september 1993.
> 
> OTOH, the SQL3 standard is still not final.

Is it progressing, or is it in disrepair?