param_record_id int OUTPUT
Database
2
Posts
2
Posters
0
Views
1
Watching
-
In SQL Server, I was doing this in the stored procedure: param_record_id int OUTPUT then I : set param_record_id = scope_identity() how can id o the same in mySQL stored procedure?
-
In SQL Server, I was doing this in the stored procedure: param_record_id int OUTPUT then I : set param_record_id = scope_identity() how can id o the same in mySQL stored procedure?