0

I want to add a stored procedure that will return a result set with after passing 6 parameters in, in Sqlite. How can I go about it?

0

1 Answer 1

2

SQLite does not have stored procedures.

As an embedded database, SQLite has no client/server communication overhead, and is designed to be used together with a 'real' programming language. Write the procedure in that language.

Sign up to request clarification or add additional context in comments.

1 Comment

Nonetheless, it could be a feature as many others!

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.