摘要: #!/bin/env bash function del() { basic=`date -d '1 days ago' +%Y-%m-%d` date1="$basic 0:0:0" date2="$1 0:0:0" t1=`date -d "$date1" +%s` t2=`date -d "$ 阅读全文
posted @ 2020-08-13 16:30 ascertain 阅读(1144) 评论(0) 推荐(0) 编辑
摘要: select * from sysdatabases order by name 查询数据库中所有表 select * from sysobjects where xtype='U'; xtype='U' 表示所有用户表 select * from sysobjects where xtype='S 阅读全文
posted @ 2020-08-13 14:40 ascertain 阅读(355) 评论(0) 推荐(0) 编辑