Hi,
i have example like bellow :
insert_recordset TmpTable (ID,Name,CurrentUserId)
select ID,Name, curUserId()
from SourceTable;
how i can use curUserId() in this statement just i need to take current user id in all records which is inserted into the temp table ,
*This post is locked for comments