~halega/+junk/sqlinstaller

« back to all changes in this revision

Viewing changes to SQLInstaller.Sample/Scripts/MySql/Install/PostInstall/shippers.PostInstall.sql

  • Committer: sk
  • Date: 2011-09-10 05:32:36 UTC
  • Revision ID: halega@halega.com-20110910053236-1877r3p0k4a64bgx
Tags: 1.2.2
1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INSERT INTO Shippers (ShipperID, CompanyName, Phone)
 
2
VALUES (1, 'Speedy Express', '(503) 555-9831');
 
3
INSERT INTO Shippers (ShipperID, CompanyName, Phone)
 
4
VALUES (2, 'United Package', '(503) 555-3199');
 
5
INSERT INTO Shippers (ShipperID, CompanyName, Phone)
 
6
VALUES (3, 'Federal Shipping', '(503) 555-9931');