PostgreSQL tutorial for Beginners – PostgreSQL – LIMIT Clause

PostgreSQL – LIMIT Clause   The PostgreSQL LIMIT clause is used to limit the data amount returned by the SELECT statement. Syntax The basic syntax of SELECT statement with LIMIT clause is as follows − SELECT column1, column2, columnN FROM table_name LIMIT [no of rows] The following is the syntax of LIMIT clause when it is used … Continue reading PostgreSQL tutorial for Beginners – PostgreSQL – LIMIT Clause