-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.sql
More file actions
25 lines (25 loc) · 4.25 KB
/
db.sql
File metadata and controls
25 lines (25 loc) · 4.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('BART should be free for everyone', 43);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('Charles is pretty neat', 44);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('JavaScript Thursdays is amazing', 45);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('JAVASCRIPT THURSDAYS IS AMAZING', 45);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('javascript thursdays is amazing', 45);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('Catch a man a fish, and you can sell it to him. Teach a man to fish, and you ruin a wonderful business opportunity.', 69);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('Landlords, like all other men, love to reap where they never sowed.', 32);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('The production of too many useful things results in too many useless people.', 4);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('Experience praises the most happy the one who made the most people happy.', 1);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('Necessity is blind until it becomes conscious. Freedom is the consciousness of necessity.', 32);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('Religion is the sigh of the oppressed creature, the heart of a heartless world, and the soul of soulless conditions. It is the opium of the people.', 100);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('The human being is in the most literal sense a political animal, not merely a gregarious animal, but an animal which can individuate itself only in the midst of society.', 99);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('Necessity is blind until it becomes conscious. Freedom is the consciousness of necessity.', 88);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('We should not say that one man’s hour is worth another man’s hour, but rather that one man during an hour is worth just as much as another man during an hour. Time is everything, man is nothing: he is at the most time’s carcass.', 66);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('The philosophers have only interpreted the world in various ways; the point, however, is to change it.', 55);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('While the miser is merely a capitalist gone mad, the capitalist is a rational miser.', 11);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('Capital is money, capital is commodities. By virtue of it being value, it has acquired the occult ability to add value to itself. It brings forth living offspring, or, at the least, lays golden eggs.', 22);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('The only antidote to mental suffering is physical pain.', 75);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('The writer may very well serve a movement of history as its mouthpiece, but he cannot of course create it.', 84);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('The theory of the Communists may be summed up in the single sentence: Abolition of private property.', 90);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('Civil servants and priests, soldiers and ballet-dancers, schoolmasters and police constables, Greek museums and Gothic steeples, civil list and services list – the common seed within which all these fabulous beings slumber in embryo is taxation.', 53);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('The ideas of the ruling class are in every epoch the ruling ideas, i.e., the class which is the ruling material force of society, is at the same time its ruling intellectual force.', 30);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('It is absolutely impossible to transcend the laws of nature. What can change in historically different circumstances is only the form in which these laws expose themselves.', 10);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('Men make their own history.', 43);
INSERT INTO sps.opinions (opinion, screed_count) VALUES ('Surround yourself with people who make you happy. People who make you laugh, who help you when you’re in need. People who genuinely care. They are the ones worth keeping in your life. Everyone else is just passing through', 23);