Just found out that Oracle does not like it when you use the AS
keyword to alias a subquery:
SELECT * FROM (SELECT * FROM products) AS p
I need to keep my SQL queries as portable as possible. Will the removal of the AS
keyword in the above query affect any other RDBMS?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…