[ FROM {<table_source>} [,...n] ]
<join_type> ::=
[ INNER | { { LEFT | RIGHT | FULL } [OUTER] } ]
[ <join_hint> ]
JOIN
views:
81answers:
2Great, thanks, I just couldn't remember :)
tzup
2009-12-15 11:57:42
+2
A:
It's called Backus-Naur form, although this looks like some non-standard variant. See http://en.wikipedia.org/wiki/Backus%E2%80%93Naur%5FForm
anon
2009-12-15 11:54:46