There was an error while loading. Please reload this page.
1 parent ec63752 commit b7cf72fCopy full SHA for b7cf72f
adventureworks/README.md
@@ -0,0 +1,19 @@
1
+# Adventureworks from SQL Server
2
+
3
+Commands:
4
5
+```
6
+unzip data.zip # this will unzip all csv to the current directory
7
+psql -c "CREATE DATABASE \"adventureworks\";"
8
+psql -d Adventureworks < install.sql
9
10
11
+To see list of tables
12
13
14
+\c "Adventureworks"
15
+\dt (humanresources|person|production|purchasing|sales).*
16
17
18
19
+Credits: [lorint-AdventureWorks for Postgres](https://github.com/lorint/AdventureWorks-for-Postgres)
adventureworks/data.zip
18 MB
0 commit comments