// Not allowed by the standard since this is a <contextually typed
// table value constructor> according SQL 2008, vol2, section 14.11
// "<insert statement>, SR 17. (I.e. it is not a <subquery> and
// can't have an ORDER BY).
{if (true) throw new StandardException("ORDER BY not allowed");}
}
if ((offsetAndFetchFirst[0] != null || offsetAndFetchFirst[1] != null) &&
isTableValueConstructor(queryExpression)) {
{if (true) throw new StandardException("Not allowed: " +
((offsetAndFetchFirst[0] != null) ? "OFFSET" : "FETCH"));}
}
{if (true) return (StatementNode)nodeFactory.getNode(NodeTypes.INSERT_NODE,
targetTable,