SELECT needle FROM haystack;
Load a dataset and run queries to find the info you need to support your reporting.
May 10, 2015
bit.ly/ire15sql1
Agenda
Intro
Explain Firefox's database management extension, SQLite Manager.
Demo how to use the
SELECT
statement and theFROM
command to find and view specific data.Demo how to filter data using the
WHERE
criteria command.Demo how to sort data using . . .