Hi Users, I have created simple phoenix table with timestamp datatype column.
I would like to insert few rows with current timestamp. There are two similar functions I can see CURRENT_DATE() and CURRENT_TIME(). Is there any function which will give me current_timestamp in format yyyy-MM-dd hh:mm:ss[.nnnnnnnnn]. Cheers, Pari
