发布网友 发布时间:2024-10-21 10:31
共1个回答
热心网友 时间:2024-11-15 14:28
MSDN 解释是
executeUpdate Method (java.lang.String) (SQLServerStatement)
An int that indicates the number of rows affected, or 0 if using a DDL statement.
so理论上应该是0(truncate table 是ddl语句).
没装java,老兄随便建个表去试试看不就知道了。