摘要: 24小时表示方法:to_date(’2004-06-30 23:59:59’,’yyyy-mm-dd hh24:mi:ss’) 12小时表示方法:to_date(’2004-06-30 23:59:59’,’yyyy-mm-dd hh:mi:ss’) insert into settle_white values('15','S7551581',to_date('2016-04-... 阅读全文
posted @ 2016-04-13 10:27 testway 阅读(9269) 评论(0) 推荐(0)
摘要: MySql 查询表字段数 SELECT COUNT(*) FROM information_schema.columns WHERE table_schema='test_cases' AND table_name='cases_send' ; test_cases 为数据库名称 cases_sen 阅读全文
posted @ 2016-04-13 10:23 testway 阅读(993) 评论(0) 推荐(0)