Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 03:27 AM
select current_user works for me as well... but it does not work for the specific scenario which i have pasted... with the current_timestamp
Try this:
insert into table default.test_user
(usr1,ts1,usr2,ts2)
values
(current_user,current_timestamp,current_user,current_Timestamp)