You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to query a single table using MySQL connector. Order by was used on the column id and the rows were ordered based on different values. For eg:
I tried these variations, and the final query with more than two columns got ordered correctly, but the same order is shown by default even when I don't use the order_by condition.
The text was updated successfully, but these errors were encountered:
Trying to query a single table using MySQL connector. Order by was used on the column
id
and the rows were ordered based on different values. For eg:I tried these variations, and the final query with more than two columns got ordered correctly, but the same order is shown by default even when I don't use the order_by condition.
The text was updated successfully, but these errors were encountered: