insert into
[Client].[generalcontact_info]([userid], [first_name], [last_name],
[email], [mobile],
[country], [state], [city], [address],
[Case_id], [contact_type], [query])
select
[userid], [first_name], [last_name],
[email], [mobile],
[country], [state], [city], [address]
from
[Admin].[basicinfo]
where
[userid] = 100003
,'4521r521','Inside','what is my password'
我从选择语句中获取一些价值,并从我自己的代码中获取休息 id
有可能吗?