Hi, I have an index with name user that have two date field with names created_at and expired_at and format yyyy-MM-dd HH:mm:ss.
Now I want to write a range query using them that check only time substring of them, not date and time, only HH:mm:ss
How should I write it ?!
Anyone can help me ?!