공부
[MySQL] function `BEGIN SET i = 1;`
승가비
2020. 4. 14. 04:53
728x90
https://devlink.tistory.com/202
mysql FUNCTION, PROCEDURE 예제
-- 함수 확인 show function status where db = 'iu'; -- 프로시저 확인 show procedure status where db = 'iu'; # 단일 값 조회 DELIMITER // DROP FUNCTION IF EXISTS iu.FUNC_Test_Select; CREATE FUNCTION FU..
devlink.tistory.com
728x90