Jump to content

ORDER by 'time'


prudens

Recommended Posts

You can create a new database theory on your own.  ;D

In RDBMS, there  isn't any given order in table rows, so if you want some you MUST use ORDER BY.

Not entirely true... you can issue an ALTER statement with an ORDER BY clause, and then you don't need to use it explicitly -- but this is only helpful if the table doesn't change w.r.t this field.

Link to comment
https://forums.phpfreaks.com/topic/108788-order-by-time/#findComment-558316
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.