What is Splunk?
Mar 26,16Splunk is an American company based in San Francisco, California. The company was founded in 2003 by Michael Baum, Rob …
Read MoreSplunk online tutorial
Mar 26,16About this course This tutorial teaches you how to work with Splunk, a popular application for searching, monitoring, and analyzing machine-generated …
Read MoreCombine multiple SELECT statements
Mar 14,16You can combine multiple SELECT statements into one result set using the UNION operator. The syntax is: SELECT column1, column2 …
Read MoreAliases
Mar 14,16An alias is just an alternate name for a field or value that improves the readability of the queries. They …
Read MoreMySQL aggregate functions
Mar 14,16As we’ve already learned, the MySQL aggregate functions enable you to perform a calculation on a set of values and …
Read MoreMySQL date functions
Mar 14,16As we’ve alreadly learned, the MySQL date functions enable you to manipulate temporal values. In this article we will describe …
Read More