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

Error in executing create view statement. #10

Open
donnyhardyanto opened this issue Mar 11, 2023 · 1 comment
Open

Error in executing create view statement. #10

donnyhardyanto opened this issue Mar 11, 2023 · 1 comment

Comments

@donnyhardyanto
Copy link

Fail to execute create view statement:

create view A
as
select B.*
from B;

The root cause because as statement is in separate line (because for automated formating in some IDE).

By replacing line l := strings.Join(ncls, "") to l := strings.Join(ncls, " ") will solve the problem

@eparisot-mitsa
Copy link

eparisot-mitsa commented Jun 6, 2024

Same issue here...

PR done

#12

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

No branches or pull requests

2 participants