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
What is connection pooling in postgresql?
Is pgadmin open source?
How do you insert rows and columns?
How many indexes per table are allowed in postgresql?
Where is psql data stored?
How will you add a new style in a table?
What is aws aurora postgres?
What is the driver name for postgresql?
How to get current date in postgresql?
Does drop table also drop indexes?
Why do we need connection pooling?
How do I connect to postgresql database from windows?
What is postgresql written in?
Can we add foreign key without primary key?
Where are postgres databases stored?