flat.cmd

来自「一个将数据库数据导出为表格的实用脚本」· CMD 代码 · 共 19 行

CMD
19
字号
@echo offif "%1"=="" goto :usageif "%2"=="" goto :usagesqlplus -s %1 @flat.sql %2goto :done:Usageecho "usage 		flat un/pw [tables|views]"echo "example 	flat scott/tiger emp dept"echo "description 	Select over standard out all rows of table or view with "echo "        		columns delimited by tabs.":done

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?