Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 03:32 AM
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)