Are Oracle Comment´s standard? I mean, if I execute
query (a) both Sybase and Oracle, will they execute succesufully? Will they execute succesfuly on any commertial database such Informix?
(a)
SELECT /* this is a comment */ a,b,c
FROM A,B
WHERE A.pk = B.fk