Answer Posted / mohd javed
For All SQL , Tested in PostgresSQL : Javedcc@gmail.com
SELECT * FROM <Table_Name> A
WHERE N = (SELECT COUNT(DISTINCT B.Column_Name ) FROM
<Table_Name> B WHERE A.Column_Name >= B.Column_Name)
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
How do I connect to postgresql on windows?
How to create a new table from existing table in postgresql?
How do I connect to a postgresql database?
What is pg_hba conf?
How do I add one column in postgresql?
How big can a postgres database be?
What is max pool size?
Is postgresql a sql server?
What are spatial functions?
What port does postgres use?
What is the schema of a table?
What does GEQO stands for in PostgreSQL?
Who invented postgresql?
How do I get a list of databases in a postgresql database?
Can postgres scale horizontally?