'How to extract date from a timestamp column in H2

Table enter image description here

Objective I want to select only those record which matches a specific date (yyyy-MM-dd) Like : SELECT * FROM WEATHER WHERE CREATED_AT = "2018-11-28"



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source