Is it against the SQL standard to accept a trailing comma in a table
declaration?
CREATE TABLE "currency" (
currency_id varchar(3),
rate float, <-------------------- BOOM! parse error
);
As in perl, it would make life easier to simply ignore/accept a trailing
comma on table declarations.
--
PHEDRE: Insensée, où suis-je ? et qu'ai-je dit ?
Où laissé-je égarer mes voeux et mon esprit ?
(Phèdre, J-B Racine, acte 1, scène 3)
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]