Himanshu_90
New Contributor III

select current_user is working for me... it is the combination with current_timestamp which is not working. Please try this:

insert into table default.test_user

(usr1,ts1,usr2,ts2)

values

(current_user,current_timestamp,current_user,current_Timestamp)