Hi @Ou Cop ,
I made some modifications to your query to fit my log. My log file doesn't have LocalDateTime
so I change it to s-ip
. I also removed into OUTPUT.CSV
because there's another issue. I'm not sure if you have same issue. But it can work after remove it.
If you also have this issue, try to remove into OUTPUT.CSV
.
So the issue is caused by USING TO_TIMESTAMP(date,time)
. If you want to use TO_TIMESTAMP function, just use it and no need to add USING
.
Same error with you.
But it worked well after I removed the USING
.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Bruce Zhang