Created
October 12, 2012 20:35
-
-
Save ryanrolds/3881359 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO apps (appname, description, type, active, display_name) VALUES ('exp_us','Experian US All','demo','t','United States Adult Population (Exp.)'); | |
INSERT INTO customers_apps (customername, appname, queryserver_ip) VALUES ('moonshadowmobile','exp_us','127.0.0.1'); | |
INSERT INTO users_apps (username, appname, customername) VALUES ('eimar','exp_us','moonshadowmobile'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment