Skip to main content

Captura de pantalla 2023-12-27 123236

You may have to convert to a datetime instead of strictly a time. Vertica will implicitly convert a date + time to datetime. So you may need a "dummy" date value, then just ignore that during your time-based calculations at PQL time.

 

implicit conversion


Reply