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

procedures in the sql editor are not working!! #448

Open
srujanmelam opened this issue Dec 29, 2023 · 1 comment
Open

procedures in the sql editor are not working!! #448

srujanmelam opened this issue Dec 29, 2023 · 1 comment

Comments

@srujanmelam
Copy link

Hey I have executed the below in the (SQL 3.27.2)

`
CREATE PROCEDURE procedure_name
AS
select * from albums
GO;

EXEC procedure_name;`

and im recieving an error as shown below upon executing the code
Error: near line 12: near "PROCEDURE": syntax error
Error: near line 17: near "EXEC": syntax error

can you guys please check this! and correct me if im wrong. Thank You!!!

@Epithumia
Copy link

SQLite doesn't support procedures.

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