|
|
|
|
|
by anotherevan
3293 days ago
|
|
Yes, I do that all the time. Even for tables that have a sequence column to indicate the desired display order, I'll add the primary key on the end of the order by to ensure consistency just on the off chance of two rows having the same seq value. |
|