⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 flat.cmd

📁 oracle数据导出脚本
💻 CMD
字号:
@echo off

if "%1"=="" goto :usage
if "%2"=="" goto :usage


sqlplus -s %1 @flat.sql %2

goto :done

:Usage

echo "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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -