Skip to content

Instantly share code, notes, and snippets.

@igorpronin
Last active May 30, 2017 08:57
Show Gist options
  • Save igorpronin/c23cd3d7b3dd9b1120c6994e48aabd6e to your computer and use it in GitHub Desktop.
Save igorpronin/c23cd3d7b3dd9b1120c6994e48aabd6e to your computer and use it in GitHub Desktop.
Подсчет количества элементов таблицы postgeSQL
SELECT count(*) FROM my_table;
-- больше способов
-- https://habrahabr.ru/post/30046/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment