Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL queries are not getting ordered correctly #24

Open
zameel7 opened this issue Nov 25, 2024 · 0 comments
Open

MySQL queries are not getting ordered correctly #24

zameel7 opened this issue Nov 25, 2024 · 0 comments

Comments

@zameel7
Copy link

zameel7 commented Nov 25, 2024

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:

Screenshot 2024-11-25 at 5 50 20 PM Screenshot 2024-11-25 at 5 50 40 PM Screenshot 2024-11-25 at 5 51 00 PM Screenshot 2024-11-25 at 5 52 02 PM

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant