Combine multiple SQL Files into One
This command in the command line combines all sql files in a folder into 1 file that can be run on its own.
c:\type *.sql > OneFile.sql📇 Additional Metadata
- 🗂 Type:: note
- 🏷️ Tags::
- 📡 Status:: #status/🌲
This command in the command line combines all sql files in a folder into 1 file that can be run on its own.
c:\type *.sql > OneFile.sql