create or alter view command

Planned

Comments

1 comment

  • Comment actions Permalink
    Official comment
    Avatar
    Salvatore Raunich

    Hi Gary,

    thanks for positing this feature request in our community. This extension to our SQL grammar would be useful and indeed it is already in the wish-list of other customers. I can't give you an exact estimation about when this feature will be released but I can suggest you, as a workaround, to use the combination of DROP VIEW IF EXISTS command and CREATE VIEW.

    If the view doesn't exist, it will just be created by the CREATE VIEW command, otherwise it will be first dropped and then recreated with the new definition.

    Best regards

    Salvatore

Please sign in to leave a comment.

Powered by Zendesk