MySQL Forums
Forum List  »  Newbie

Re: My SQL workspace
Posted by: Phillip Ward
Date: May 09, 2024 01:09AM

Quote

I have a data base on my Workspace ...

Interpretation:
You have a Table in a Database that you are accessing via MySQL Workbench.

Sorry to nit-pick, but the words we use really do matter.

Quote

... can I reorder the data alphabetically or numerically ...

In a Relational Database, like MySQL, the Rows in a Table have no intrinsic order.

The only way to retrieve Rows in a guaranteed order is to use the "order by" clause in your select query.

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
May 08, 2024 08:54PM
Re: My SQL workspace
May 09, 2024 01:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.