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 #1

Open
C057A5 opened this issue Nov 16, 2023 · 3 comments
Open

CREATE OR ALTER #1

C057A5 opened this issue Nov 16, 2023 · 3 comments

Comments

@C057A5
Copy link

C057A5 commented Nov 16, 2023

This should be easy: Support "CREATE OR ALTER" syntax.

@lozn00
Copy link
Owner

lozn00 commented Apr 9, 2024

yes ,

@lozn00
Copy link
Owner

lozn00 commented Apr 9, 2024

CREATEPROCEDURE [dbo].[xxxx]    
(@PDLINE int)    
AS    

IS NOT work,need let ( at new line

CREATEPROCEDURE [dbo].[xxxx]    
(
@PDLINE int
)    
AS    

@lozn00
Copy link
Owner

lozn00 commented Apr 13, 2024

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