Home > Database > Mysql Tutorial > 在mysql中调用存储过程,偏门方法_MySQL

在mysql中调用存储过程,偏门方法_MySQL

WBOY
Release: 2016-06-01 13:10:49
Original
1023 people have browsed it

我发现在mysql中调用存储过程,有一个偏门方法,

不知道这么做有什么坏处。

Db.findFirst("CALL nsc.judgesCanAddWork ("+1+",@a);").getInt("result")

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template