Re: there are 2 SQL statements, what's different between those?
- From: "Elvis" <budimlic@xxxxxxxxxxx>
- Date: 13 Oct 2005 01:29:13 -0700
I don't think there's any difference in internal processing but prior
to V5R3, SQL syntax rules would not allow use of keyword table the way
you display in sample 1. IBM keeps adding more and more things to
comply with SQL standards and I'm not sure, but this may be one of
them.
That's why it's always a good idea to develop, or at least test your
applications on lowest level of the operating system you need to
support.
If you can't afford that, there is a Syntax Check SQL Statements API
(QSQCHKS) you could use to test validity of your SQL syntax across
several releases.
.
- References:
- there are 2 SQL statements, what's different between those?
- From: Laurence
- there are 2 SQL statements, what's different between those?
- Prev by Date: there are 2 SQL statements, what's different between those?
- Next by Date: Re: Remote Site and Latency
- Previous by thread: there are 2 SQL statements, what's different between those?
- Index(es):
Relevant Pages
|