select distinct day
from t1
order by 1 desc limit 1,1
should return the second latest date in t1, but this error is thrown:
> ParseException: mismatched input ',' expecting {, ';'}
Asked by uhmosdhsjxpbcrstis
(11 rep)
Mar 9, 2023, 12:01 PM
Last activity: Mar 10, 2023, 04:13 PM
Last activity: Mar 10, 2023, 04:13 PM