Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
理由:
CREATE DEFINER = `root` @`%` PROCEDURE `getEventData` (IN id INT) BEGIN SELECT * FROM `event` WHERE `id` = id ; END $$
eventID (主キー) 4? を持つレコードが 1 つしかない場合、テーブル内のすべての行を返します。
event
同じ質問をしている他の人が知っているように、チェックしている列と同じ名前のパラメーターを使用できないようです。