Skip to content

Feature: Make Databend's create view syntax closer to mysql #6854

Closed
@hanyisong

Description

@hanyisong

Summary
It can be parsed normally in mysql, but the following error is reported in databend

mysql> create view v1(a) AS select number from numbers(10);
ERROR 1105 (HY000): Code: 1005, displayText = sql parser error: need `AS` after VIEW NAME.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions