Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 124 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 124 Bytes

oracleToPostgre脚本转换小工具

转换前 SELECT tmXXX FROM tableTmXXX

转换后 SELECT "tmXXX" FROM "tableTmXXX"