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

between filter doesn't work properly if the date column format doesn't matches with the min & max value #309

Open
nextchamp-saqib opened this issue Sep 6, 2024 · 0 comments
Labels
bug Something isn't working v2

Comments

@nextchamp-saqib
Copy link
Member

select * from table where creation between '2024-01-01 00:00:00' and '2024-01-31 23:59:59' will not include rows were creation is equal to 2024-01-01 00:00

it will only include if creation = '2024-01-01 00:00:00' or if the min & max values of between filter is changed to '2024-01-01 00:00' and '2024-01-31 23:59'

@nextchamp-saqib nextchamp-saqib added bug Something isn't working v2 labels Sep 9, 2024
nextchamp-saqib added a commit that referenced this issue Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v2
Projects
None yet
Development

No branches or pull requests

1 participant