Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CREATE OR ALTER VIEW syntax missing starting '{' in rlsnotes25 [DOC39] #48

Closed
firebird-automations opened this issue May 6, 2009 · 1 comment

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

Votes: 1

The syntax for creating or altering a view as shown in http://www.firebirdsql.org/rlsnotesh/rlsnotes25.html#rnfb25-ddl-altrvw (under CREATE OR ALTER VIEW) is missing a starting brace ('{').

It currently shows:
create [ or alter ] | alter } view <view_name>
[ ( <field list> ) ]
as <select statement>

The correct syntax would be:
{ create [ or alter ] | alter } view <view_name>
[ ( <field list> ) ]
as <select statement>

@firebird-automations
Copy link
Author

Modified by: @paulvink

assignee: Paul Vinkenoog [ paulvink ] => Helen Borrie [ helebor ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants