What is the default select order in PostgreSQL or MySQL?
问题 I have read in the PostgreSQL docs that without an ORDER statement, SELECT will return records in an unspecified order. Recently on an interview, I was asked how to SELECT records in the order that they inserted without an PK or created_at or other field that can be used for order. The senior dev who interviewed me was insistent that without an ORDER statement the records will be returned in the order that they were inserted. Is this true for PostgreSQL? Is it true for MySQL? Or any other