Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 JDBC 可以做到这一点吗?
为了更加强调这一点,请考虑以下 SQL 注入中常见的查询:
statement.execute("select * from x; drop table y;");
有没有一种解决方法在这里只执行第一条语句?这在某些 NoSQL 数据库中是可能的。