All Questions
2 questions
0
votes
0
answers
162
views
Delete from Mysql table where datetime is older than datetime of another item
I have some difficulty to get my MySQL query right. The current status is like this:
I have a table containing Todo's with a datetime field changed_at (set to current datetime on insert/update)
I ...
1
vote
0
answers
109
views
Insert into table by filtering date from another table?
As a overview we are trying to analyse one kind of eCommerce delivery business, where our today's business depends on last evening and today's morning orders
And our business team defined the below ...