# What movies were released before 1915?
 
# What movies were released before 1915?
 
#*select * from movie where year < 1915
 
#*select * from movie where year < 1915
#*
+
#*movie id; year; title
 
#*#4975;1909;"D.W. Griffith: Years of Discovery 1909-1913"
 
#*#4975;1909;"D.W. Griffith: Years of Discovery 1909-1913"
 
#*#7654;1896;"Lumiere Brothers' First Films"
 
#*#7654;1896;"Lumiere Brothers' First Films"
 
# What movies from the 1980s had 4-digit numbers in their titles?
 
# What movies from the 1980s had 4-digit numbers in their titles?
 
#*select * from movie where year > 1979 and year < 1990 and title ~ '[0123456789][0123456789][0123456789][0123456789]'
 
#*select * from movie where year > 1979 and year < 1990 and title ~ '[0123456789][0123456789][0123456789][0123456789]'
#*
+
#*movie id; year; title
 
#*#217;1988;"Cherry 2000"
 
#*#217;1988;"Cherry 2000"
 
#*#1163;1984;"2010: The Year We Make Contact"
 
#*#1163;1984;"2010: The Year We Make Contact"
 
# What movies have apostrophes in their titles?
 
# What movies have apostrophes in their titles?
 
#*select * from movie where title ~ ''''
 
#*select * from movie where title ~ ''''
#*
+
#*movie id; year; title
 
#*#4;1994;"Paula Abdul's Get Up & Dance"
 
#*#4;1994;"Paula Abdul's Get Up & Dance"
 
#*#9;1991;"Class of Nuke 'Em High 2"
 
#*#9;1991;"Class of Nuke 'Em High 2"
 
#*select count(*) from movie where year = 1949
 
#*select count(*) from movie where year = 1949
 
#**41
 
#**41
   
# Which movies, in alphabetical order, did member number 42 rate as a “5”?
 
# Which movies, in alphabetical order, did member number 42 rate as a “5”?
Unexpected non-MediaWiki exception encountered, of type "Error"
Error: Call to undefined function each() in /apps/xmlpipedb/biodb/fall2013/includes/diff/DairikiDiff.php:374
Stack trace:
#0 /apps/xmlpipedb/biodb/fall2013/includes/diff/DairikiDiff.php(480): _DiffEngine->_diag()
#1 /apps/xmlpipedb/biodb/fall2013/includes/diff/DairikiDiff.php(291): _DiffEngine->_compareseq()
#2 /apps/xmlpipedb/biodb/fall2013/includes/diff/DairikiDiff.php(175): _DiffEngine->diff_local()
#3 /apps/xmlpipedb/biodb/fall2013/includes/diff/DairikiDiff.php(653): _DiffEngine->diff()
#4 /apps/xmlpipedb/biodb/fall2013/includes/diff/DairikiDiff.php(820): Diff->__construct()
#5 /apps/xmlpipedb/biodb/fall2013/includes/diff/DairikiDiff.php(1240): MappedDiff->__construct()
#6 /apps/xmlpipedb/biodb/fall2013/includes/diff/DairikiDiff.php(1458): WordLevelDiff->__construct()
#7 /apps/xmlpipedb/biodb/fall2013/includes/diff/DairikiDiff.php(952): TableDiffFormatter->_changed()
#8 /apps/xmlpipedb/biodb/fall2013/includes/diff/DairikiDiff.php(924): DiffFormatter->_block()
#9 /apps/xmlpipedb/biodb/fall2013/includes/diff/DifferenceEngine.php(765): DiffFormatter->format()
#10 /apps/xmlpipedb/biodb/fall2013/includes/diff/DifferenceEngine.php(655): DifferenceEngine->generateDiffBody()
#11 /apps/xmlpipedb/biodb/fall2013/includes/diff/DifferenceEngine.php(593): DifferenceEngine->getDiffBody()
#12 /apps/xmlpipedb/biodb/fall2013/includes/diff/DifferenceEngine.php(566): DifferenceEngine->getDiff()
#13 /apps/xmlpipedb/biodb/fall2013/includes/diff/DifferenceEngine.php(409): DifferenceEngine->showDiff()
#14 /apps/xmlpipedb/biodb/fall2013/includes/Article.php(725): DifferenceEngine->showDiffPage()
#15 /apps/xmlpipedb/biodb/fall2013/includes/Article.php(478): Article->showDiffPage()
#16 /apps/xmlpipedb/biodb/fall2013/includes/actions/ViewAction.php(37): Article->view()
#17 /apps/xmlpipedb/biodb/fall2013/includes/Wiki.php(427): ViewAction->show()
#18 /apps/xmlpipedb/biodb/fall2013/includes/Wiki.php(304): MediaWiki->performAction()
#19 /apps/xmlpipedb/biodb/fall2013/includes/Wiki.php(536): MediaWiki->performRequest()
#20 /apps/xmlpipedb/biodb/fall2013/includes/Wiki.php(446): MediaWiki->main()
#21 /apps/xmlpipedb/biodb/fall2013/index.php(59): MediaWiki->run()
#22 {main}