Mysql Stored Procedure - get rows from multiple database tables -


i trying rows multiple database tables in 1 of database stored procedure in mysql.

is possible?

please can give me example this.

     create definer=`root`@`localhost` procedure `user_procedure`(in uid_user int)      begin       select ucgm_id `conne`.conn_group_membership uid=uid_user;       end 

cursors can take data multiple tables, , can use them in procedures.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -