I thought the
SQL ; was implementation-specific, and just happened to be
used in many implementations?
That's what I thought too. I've seen
select x, y, z from pdq order by abc go
in some DBs.
That's the way that the platform-agnostic database-agnostic SQL engine
in JDBC wants it too.
Peace... Sridhar