gpt4 book ai didi

mysql - 如何在 where 子句中使用变量

转载 作者:行者123 更新时间:2023-11-29 14:47:14 25 4
gpt4 key购买 nike

我使用jsp和sql,我想使用我已经声明的变量(实体)来查询表这是我的查询:

..
String **entite**="informatique";
entite="informatique"

...
rs = st.executeQuery ("select * from User where User.id_e= &**entite** ");

实体是一个变量

我的问题是:如何在 where 子句中使用变量

最佳答案

我首选的解决方案 - 使用带有 ?PreparedStatementsetString(...) 作为参数。

请在此处查看更多详细信息:

http://download.oracle.com/javase/tutorial/jdbc/basics/prepared.html

关于mysql - 如何在 where 子句中使用变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6691931/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com