Kod:
delimiter | CREATE procedure proc11() begin prepare stm FROM 'select count(*) from ?'; SET @tabs = 'cars'; execute stm USING @tabs; end;|
a blad
Cytat
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?' at line 1
pozdrawiam