79687935

Date: 2025-07-02 18:53:10
Score: 0.5
Natty:
Report link

Try this.

SELECT DISTINCT M.col1, M.col2, DATE_FORMAT(M.date_col, '%m/%d/%y') as date_col
FROM t1 M
ORDER BY 1, 3;
Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Cris AC