When I execute a query like SELECT col1, col2, col3 FROM table
, it gets sorted by the primary key ascending.
I'm just wondering if there is a way to specify a different column, like ORDER BY CreatedDate DESC
if there is no Order By clause?
I doubt it (since it would be very unintuitive, but just wondering anyway.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…