All-Star
53021 Points
23607 Posts
Jan 14, 2021 03:00 PM|mgebhard|LINK
Golia I don't need check if exist stored procedure in database... your google link search for "mysql check if stored procedure exists" I need check if exist table in database. If table exists the return of value titem it's 1 else it's 0.
I don't need check if exist stored procedure in database... your google link search for "mysql check if stored procedure exists"
I need check if exist table in database.
If table exists the return of value titem it's 1 else it's 0.
Well, you can still take the time to do a Google search or read the MySQL docs.
https://dev.mysql.com/doc/refman/5.7/en/sys-table-exists.html
All-Star
53021 Points
23607 Posts
Re: Check if a table exists on database MySQL using Stored Procedure
Jan 14, 2021 03:00 PM|mgebhard|LINK
Well, you can still take the time to do a Google search or read the MySQL docs.
https://dev.mysql.com/doc/refman/5.7/en/sys-table-exists.html