Skip to content

Latest commit

 

History

History

adventureworks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Adventureworks from SQL Server

Commands:

psql -c "CREATE DATABASE \"Adventureworks\";"
psql -d Adventureworks < install.sql

To see list of tables

\c "Adventureworks"
\dt (humanresources|person|production|purchasing|sales).*

Credits: lorint-AdventureWorks for Postgres