在MySQL中,执行了DELIMITER // 这个语句后分号还有什么作用?
PHP中文网
PHP中文网 2017-04-17 16:41:40
0
2
574
PHP中文网
PHP中文网

认证0级讲师

reply all (2)
阿神

The semicolon is the terminator of the mysql command, and DELIMITER is used to change the input terminator.

    左手右手慢动作

    The semicolon after the INSERT and RETURN statements is to separate multiple statements in the function/stored procedure. Otherwise, how do you divide the multiple statements in the stored procedure?

      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!