DROP FUNCTION IF EXISTS find_linkid; DELIMITER // CREATE FUNCTION ... IF linkId IS NULL THEN SELECT b.id INTO linkId FROM PC_B b WHERE ...
確定! 回上一頁