Page MenuHomePhabricator
Paste P4913

(An Untitled Masterwork)
ActivePublic

Authored by Eevans on Feb 8 2017, 7:18 PM.
Tags
None
Referenced Files
F5555943:
Feb 8 2017, 7:18 PM
Subscribers
None
INSERT INTO music (artist, album, track) VALUES ('Dream Theater', 'Train of Thought', 'As I Am');
INSERT INTO music (artist, album, track) VALUES ('Dream Theater', 'Train of Thought', 'This Dying Soul');
INSERT INTO music (artist, album, track) VALUES ('Dream Theater', 'Train of Thought', 'Endless Sacrifice');
INSERT INTO music (artist, album, track) VALUES ('Dream Theater', 'Train of Thought', 'Honor Thy Father');
INSERT INTO music (artist, album, track) VALUES ('Dream Theater', 'Train of Thought', 'Vacant');
INSERT INTO music (artist, album, track) VALUES ('Dream Theater', 'Train of Thought', 'Stream of Consciousness');
INSERT INTO music (artist, album, track) VALUES ('Dream Theater', 'Train of Thought', 'In the Name of God');
SELECT * FROM music WHERE artist = 'Dream Theater';

Event Timeline

Eevans updated the paste's language from autodetect to sql.