AWS RDS asking how to use stored procedure

Asked 2 years ago, Updated 2 years ago, 98 views

We are currently using mysql as rds, and we have something to use stored process of an external company in mysql. I received stored procedure in the form of sql extension, and I wonder how I can apply it to rds myql.

aws rds mysql

2022-09-22 08:12

1 Answers

You can create stored procedures. There's nothing else called RDS. Just follow the traditional MYSQL usage.

However, UDF cannot be created.


2022-09-22 08:12

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.