注意:存储过程中单引号 ,四个单引号
SET @sql = CONCAT(‘select user_id into ‘,m_user_id,‘ from go_user where mobile =‘,‘‘‘‘,p_user_name,‘‘‘‘,‘ AND password=‘,‘‘‘‘,p_password,‘‘‘‘);
时间: 2024-11-04 21:01:26
注意:存储过程中单引号 ,四个单引号
SET @sql = CONCAT(‘select user_id into ‘,m_user_id,‘ from go_user where mobile =‘,‘‘‘‘,p_user_name,‘‘‘‘,‘ AND password=‘,‘‘‘‘,p_password,‘‘‘‘);