nitaish Posted December 14, 2020 Share Posted December 14, 2020 Hello Everyone, Is there any way or a query to pull list of expiry domain orders whos expiry date doesn't match with its due date. Thank you. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted December 14, 2020 Share Posted December 14, 2020 6 minutes ago, nitaish said: Is there any way or a query to pull list of expiry domain orders whos expiry date doesn't match with its due date. you mean a query like... SELECT * FROM tbldomains WHERE tbldomains.expirydate <> tbldomains.nextduedate 1 Quote Link to comment Share on other sites More sharing options...
nitaish Posted December 15, 2020 Author Share Posted December 15, 2020 15 hours ago, brian! said: you mean a query like... SELECT * FROM tbldomains WHERE tbldomains.expirydate <> tbldomains.nextduedate Yes, thanks 🙂 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.