Created
December 23, 2022 04:48
-
-
Save Mahno74/f42b028874f69021d27da3abff64415b to your computer and use it in GitHub Desktop.
SQL запрос по диапазону даты (декабрь - январь)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * FROM stuff WHERE EXTRACT(MONTH FROM `birthdate`) = '12' OR EXTRACT(MONTH FROM `birthdate`) = '1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment