开发者

pg_query_params equivalent in mysql?

开发者 https://www.devze.com 2023-02-05 20:51 出处:网络
开发者_如何学PythonIs there a mysql equivalent of pg_query_params?Check mysqli_prepare() or PDOStatement(). Both are a bit different, but still use a prepared statement.
开发者_如何学Python

Is there a mysql equivalent of pg_query_params?


Check mysqli_prepare() or PDOStatement(). Both are a bit different, but still use a prepared statement.

0

精彩评论

暂无评论...
验证码 换一张
取 消