comment(--RANDOM SQL QUERIES THAT DO NOTHING INTERESTING) comment(--Copyright (C\) 2009 - Keith Pitt ) comment(--This program is free software: you can redistribute it and/or modify) comment(--it under the terms of the GNU General Public License as published by) comment(--the Free Software Foundation, either version 3 of the License, or) comment(--(at your option\) any later version.) comment(--This program is distributed in the hope that it will be useful,) comment(--but WITHOUT ANY WARRANTY; without even the implied warranty of) comment(--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the) comment(--GNU General Public License for more details.) comment(--You should have received a copy of the GNU General Public License) comment(--along with this program. If not, see .) reserved(SELECT) operator(*) reserved(FROM) (users)operator(;) reserved(select) operator(*) reserved(from) (users)operator(;) reserved(SELECT) stringoperator(,) string reserved(FROM) stringoperator(;) reserved(select) (first_name)operator(,) (last_name) reserved(FROM) (users)operator(;) reserved(select) (first_name) operator(|)operator(|) string operator(|)operator(|) (last_name) reserved(from) (users)operator(;) reserved(select) (first_name) operator(|)operator(|) string operator(|)operator(|) (last_name) reserved(from) (users)operator(;) reserved(SELECT) operator(*) reserved(FROM) (users) reserved(JOIN) (companies) reserved(USING) operator(()(company_id)operator(\)) reserved(WHERE) (company_type) operator(=) stringoperator(;) reserved(SELECT) operator(*) reserved(FROM) (users) reserved(WHERE) (name_first) reserved(LIKE) stringoperator(;) reserved(SELECT) reserved(CASE) reserved(WHEN) (foo)operator(.)(bar) operator(=) string reserved(THEN) string reserved(ELSE) string reserved(END) reserved(as) (bar_type)operator(,) (user_id)operator(,) (company_id)operator(,) predefined(sum)operator(() reserved(case) reserved(when) (foo)operator(.)(bar) operator(=) string reserved(then) operator(-)(amt) reserved(else) (amt) reserved(end) operator(\)) (over) operator(()reserved(order) reserved(by) (id)operator(,) (amt)operator(\)) reserved(as) (balance)operator(;) reserved(SELECT) (users)operator(.)operator(*)operator(,) operator(()reserved(SELECT) (company_name) reserved(FROM) (companies) reserved(WHERE) (company_id) operator(=) (users)operator(.)(company_id)operator(\)) reserved(FROM) (users)operator(;)