This topic has not yet been rated - Rate this topic

Invalid SQL Syntax: expected token: SELECT (Error 3729)

This error occurs when trying to create a view from SQL DDL. The following would generate this error: CREATE VIEW viewname AS. To avoid the error, use a valid SELECT statement after the AS keyword.



Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.