Find Duplicate Records in MySQL

Reading time ~1 minute

Example

SELECT date FROM logs group by date having count(*) >= 2

Ссылки

http://stackoverflow.com/questions/854128/find-duplicate-records-in-mysql

Solve Screen Error Cannot Open Your Terminal /dev/pts/0 - Please Check

При попытке открытия терминала screen можно получить ошибку```Cannot open your terminal '/dev/pts/0' - please check.```Это бывает когда п...… Continue reading

How to Install GoLang 1.5 on Ubuntu

Published on April 29, 2016