Leonid Toshchev, March 25, 2015, 5:46 p.m.

Historically, in order to explain the concept of JOIN clause authors of textbooks and tutorials use a Venn diagram. I do not know who was the first to use it, but this addiction firmly stuck in the minds of everyone who has ever explained an operator of the connection in SQL. I will show flaws of this approach by giving you an example.

Continue reading this post
Leonid Toshchev, March 16, 2015, 7:42 a.m.

Using SQL every day for many years, I have found for myself a few useful tricks. Maybe it cannot be called full-fledged tricks, but rather approaches to solving certain simple tasks that save us time and effort.

Continue reading this post
Ilya Parshin, Dec. 22, 2014, 9:13 p.m.

Sometimes enough a few effective tricks to get promoted. Learn how you can work more efficiently in Excel using five simple tricks.

Continue reading this post
Ilya Parshin, Dec. 12, 2014, 8:28 p.m.

We have tried to collect information on what actions can kill your boss. If you do not want to harm and want to enjoy your work - feel free to read.

Continue reading this post
Leonid Toshchev, Dec. 11, 2014, 10:13 p.m.

It would be wrong to say that all flow control in SQL ends at CASE WHEN in SELECT clause (Control flow in SQL). This method of using has a greater effect on the "visual" component of the result, leaving aside the business logic and optimisation mechanisms. I can describe at least two more ways of using CASE WHEN clause: within the HAVING/WHERE clause and within the JOIN clause.

Continue reading this post