Skip to content

Instantly share code, notes, and snippets.

View nucknorris's full-sized avatar

Sebastian Nuck nucknorris

View GitHub Profile
SELECT YourColumn, COUNT(*) TotalCount
FROM YourTable
GROUP BY YourColumn
HAVING COUNT(*) > 1
ORDER BY COUNT(*) DESC
{
"mouse_features.arrivalTime": {
$lt: 0
}
}