Skip to content

Q: How do I query for a specific date on created_at/modified_at? #114

@ddanieltan

Description

@ddanieltan
select * from files
where modified_at = "<current date>"

doesn't work. I've tried variations with single apostrophes or no apostrophes.

Are created_at and modified_at datetime fields in the SQL engine used? Could we have examples in the documentation on the correct format to query for a specific date?

Side note: Suggest you create a Discussions tab for your github project? I would have put my question there instead of filing an issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions