摘要:
记录下The CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON. (Microsoft SQL Server, Error: 15128)Problem: Recently on... 阅读全文
摘要:
BEGIN DECLARE startIndex int; select COUNT(*) INTO RecordCount from test; SET startIndex = (PageIndex - 1) * PageSize; SELECT * FROM test ORDER BY id... 阅读全文
摘要:
//MySQL Date类型 -> java.sql.Datejava.sql.Date d = new java.sql.Date(Calendar.getInstance().getTime().getTime());//MySQL Time类型-> java.sql.TimeTime t = ... 阅读全文