Re: My SQL workspace
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.
Subject
Written By
Posted
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.