So lets say I have a table (lets say 50 rows, 50 columns) that I occasionally have to make tiny edits to. While I realize I could be (maybe some of you will tell me I should be) using the query to do this, I like using a database management program (like Sequel Pro) to make changes by hand.
So I have two questions:
When you do a query without specifying the order to show the results, it follows the order that it is saved in the database. Is there any way to change THAT order (not the order of your results, the order in the table itself) without manually switching rows?
Also, is there any way to automatically sort the way the Fields show up in the table (the column order)?
I know that I should just be using queries to change values, but (imo) if the table is small enough, I find it easier to find the row and column in a program like Sequel Pro and just change it that way.
Thanks
Also, if my methods are completely wrong, please tell me