Select

PostgreSQL Query: Select

Example

Select the hard coded string field and assign the field name

SELECT 'Hard coded status' AS status;

Reference


Recursive Query

PostgreSQL Query: Select Recursive Query