MySQL sub-query
I have blogged before about simplicity in code: how the simplest solutions are usually the best, and I normally put…
productivity through technology
I have blogged before about simplicity in code: how the simplest solutions are usually the best, and I normally put…
One of the basic aims of Structured Query Language ("SQL") is to provide a standard for interacting with databases. Unfortunately,…
After swatting up on connecting QlikView to a MySQL database, I used the knowledge gained to create a similar set-up,…
I got stuck writing a query for Firebird today. This is not the first time that the SQL was a…
I battled for ages to find the correct syntax to create a trigger in MySQL — the examples I could…
I spend a lot of time sanitising data. I use Microsoft Excel a lot of the time to perform most…
I am creating an Excel Report that queries a MySQL database using an ODBC connection. The data is then returned…
I have always stored IP addresses as strings in VARCHAR fields in MySQL. The MySQL docs specify: "To store values…
I got this question as part of a skills evaluation test. It requires a query to aggregate data from 2…