Last active
May 30, 2017 08:57
-
-
Save igorpronin/c23cd3d7b3dd9b1120c6994e48aabd6e to your computer and use it in GitHub Desktop.
Подсчет количества элементов таблицы postgeSQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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