摘要:
连接SQLServer时出现了com.microsoft.sqlserver.jdbc.SQLServerException: 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“Java.lang.RuntimeException: Could not g 阅读全文
摘要:
declare row_num number := 0; begin for gyj_test in(select id from gyj_test1 t where xx is null) loop delete from gyj_test1 where id=gyj_test.id; row_n 阅读全文