Stored Procedures Help please - mysql
This is a discussion on Stored Procedures Help please - mysql ; I have made stored procedures in Oracle...but need to export them to mysql. I have searched on google but cant figure out the syntax. Here is the oracle procedure: create or replace procedure delgroup (g_id in number) is begin DELETE ...
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
| Here is the oracle procedure: create or replace procedure delgroup (g_id in number) is begin DELETE FROM grouptable WHERE GROUP_ID=g_id; commit; end; I jus basically want to delete the group from the group table..depending on which group id (the arguement) the user types in. How would i do this exact same procedure in mysql? Please some assistance guys |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Should temp tables in stored procedures be dropped explicity in 20 | Database Administrator | sqlserver-programming | 7 | 09-05-2008 06:30 PM |
| nested stored procedures and returning lots of rows | Database Administrator | ms-sqlserver | 3 | 05-21-2008 05:37 PM |
| Column filter and custom replication stored procedures | Database Administrator | ms-sqlserver | 0 | 05-20-2008 10:32 AM |
| Set priority to stored procedures | Database Administrator | sqlserver-programming | 2 | 03-05-2008 07:16 AM |
| Querying stored procedures | Database Administrator | Oracle Server | 28 | 05-21-2004 01:16 AM |
All times are GMT -4. The time now is 01:08 PM.




Linear Mode
