注意:存储过程中单引号  ,四个单引号

SET @sql = CONCAT('select user_id into ',m_user_id,' from go_user where mobile =','''',p_user_name,'''',' AND password=','''',p_password,'''');

 

相关文章:

  • 2021-07-04
  • 2021-11-17
  • 2022-12-23
  • 2021-11-23
  • 2021-06-25
  • 2022-12-23
  • 2021-06-27
  • 2021-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-12-23
相关资源
相似解决方案