摘要:
db2 list tables 列出用于当前用户的表db2 list tables for all 列出数据库中定义的所有表db2 list tables for schema schemaname 列出指定模式中的表db2 list tables for schema 列出以当前用户名为模式的表d 阅读全文
摘要:
在sh/bash里可不能这么写,如果else分支没有语句执行,就不要写这个else。 if else ifif 语句语法格式: if condition then command1 command2 ... commandN fi写成一行(适用于终端命令提示符): if [ $(ps -ef | g 阅读全文