Skip to content

Instantly share code, notes, and snippets.

@cubespace
Forked from igorpronin/postgresql
Created May 30, 2017 08:57
Show Gist options
  • Save cubespace/cc90844f0d7b50b2618ffca9e1ffbca2 to your computer and use it in GitHub Desktop.
Save cubespace/cc90844f0d7b50b2618ffca9e1ffbca2 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