The Structured Query Language, used in the MySQL database, has great flexibility for selecting subsets of data from database tables. SQL's SELECT statement shows data from whole tables or any subset ...
i have a syslog collector setup to push all events from many processes into a database. taking one process, squid, i'm trying to put the Message column from the SystemEvents table into another table ...