|
|
há 2 semanas atrás | |
|---|---|---|
| .. | ||
| .vscode | há 2 semanas atrás | |
| Origin | há 2 semanas atrás | |
| InitMonthSqlFunction.py | há 2 semanas atrás | |
| README.md | há 2 semanas atrás | |
| 生成当月存储过程文件.bat | há 2 semanas atrás | |
安装必要的Python包:
pip install oracledb
bash
pip download setuptools==70.0.0 wheel==0.43.0 -d ./
安装离线包:
python -m pip install --upgrade setuptools==70.0.0 wheel==0.43.0 --no-index --find-links=./
bash
pip download oracledb -d ./
python -m pip install oracledb --no-index --find-links=./
# 生成当前月份的SQL文件
python PutUpSqlFuncions.py
# 生成指定月份的SQL文件(例如2026年2月)
python PutUpSqlFuncions.py 202602
InitMonthSqlFunction.generate_sql_files() 生成SQL文件SqlOut 目录中