标签: sql-server hive
在for f in *.x; do if grep -q foo: "$f"; then cat $f | grep foo: fi done 我们使用
for f in *.x; do if grep -q foo: "$f"; then cat $f | grep foo: fi done
sql server
获取在该日期创建的所有表元数据。 select * from sys.tables where create_date = '2016-03-12' 中是否有相应的内容?
select * from sys.tables where create_date = '2016-03-12'
答案 0 :(得分:0)
存储在hive数据库中
use hive; select * from TBLS;