A.R:B=Q
george_washington.pres_order:first=1
john_adams.pres_order:first=2
thomas_jefferson.pres_order:first=3
james_madison.pres_order:first=4
james_monroe.pres_order:first=5
john_quincy_adams.pres_order:first=6
andrew_jackson.pres_order:first=7
martin_van_buren.pres_order:first=8
william_harrison.pres_order:first=9
john_tyler.pres_order:first=10
james_polk.pres_order:first=11
zachary_taylor.pres_order:first=12
millard_fillmore.pres_order:first=13
franklin_pierce.pres_order:first=14
james_buchanan.pres_order:first=15
abraham_lincoln.pres_order:first=16
andrew_johnson.pres_order:first=17
ulysses_grant.pres_order:first=18
rutherford_hayes.pres_order:first=19
james_garfield.pres_order:first=20
chester_arthur.pres_order:first=21
grover_cleveland.pres_order:first=22
benjamin_harrison.pres_order:first=23
william_mckinley.pres_order:first=25
theodore_roosevelt.pres_order:first=26
william_taft.pres_order:first=27
woodrow_wilson.pres_order:first=28
warren_harding.pres_order:first=29
calvin_coolidge.pres_order:first=30
herbert_hoover.pres_order:first=31
franklin_roosevelt.pres_order:first=32
harry_truman.pres_order:first=33
dwight_eisenhower.pres_order:first=34
john_kennedy.pres_order:first=35
lyndon_johnson.pres_order:first=36
richard_nixon.pres_order:first=37
gerald_ford.pres_order:first=38
james_carter.pres_order:first=39
ronald_reagan.pres_order:first=40
george_bush.pres_order:first=41
william_clinton.pres_order:first=42
george_hw_bush.pres_order:first=43
barack_obama.pres_order:first=44
donald_trump.pres_order:first=45
joseph_biden.pres_order:first=46
/* SQL */
SELECT * FROM meme WHERE bid='first' AND qnt!=0;
Example Queries (Help)
qry.all Show all data in this DB.
george_washington All about George Washington.
.child Who were children of the presidents?
:lawyer Which presidents were lawyers?
.college:harvard Which presidents attended Harvard for college?
.pres_order=10 Who was the tenth president?
.college:columbia .occupation:lawyer Which presidents attended Columbia and were lawyers?
.pres_order>=20 .pres_order<=30 Who were the twentieth through thirtieth presidents?
.pres_order .child=f Which presidents did NOT have children?
.pres_order>=20 .pres_order<=30 .spouse=g Who were the spouses of the twentieth through thirtieth presidents?
.college:harvard .college:columbia qry.all Use qry.all to return all memes related to the matching As.
james_carter; ronald_reagan Get all about James Carter as well as Ronald Reagan