Hello,
I have a database where created_at is saved in the genre
1535717887 =>31/08/2018, 15:18:07
How could I retrieve the data after a month and a year for example if created_at is saved like this
In my database my created_at is saved in a string like this 1535717887
And I would like to make a query to retrieve all the data from February 2022, but I don't really know how I could do that if the time is saved like this.
And above I gave an example of how the time is if I convert that string into time