I would like to concatenate a date and time coming from a specific table into a single column, but I get the following message:
Operator requirements are not met. Operator 'CONCAT' is not compatible with inputs of type DATE.
Is there some workaround to concatenate DATE type?