I want the data to be displayed in a specific order. On executing the statement using SELECT in MySQL the data are displayed in the order in which they are added. But in PostgreSQL I don’t get the same result. Is there any way to display it in order by default?
Share