Replies: 1 comment
-
sorted out... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
whereBetween doesn't work for what I want, because where is the column must be a variable and where is the variables must be the columns
I want to get the columns that are between dates "SQL"
select * from table_name where '2022-10-20' BETWEEN date_start AND date_end
Beta Was this translation helpful? Give feedback.
All reactions