主键的别名

时间:2015-12-12 15:15:44

标签: sql sql-server

SQL Server是否具有主键的别名?

我需要它

EXEC('UPDATE ' + @Table + ' SET StatusId = ' + @StatusId + ' WHERE primaryKey = ' + @EntityId)

1 个答案:

答案 0 :(得分:1)

考虑主键可能包含多个列,因此PK不能有单个别名。对于单列标识列主键,可以使用$ IDENTITY作为别名。对于import subprocess import time outlook = 'C:\Program Files (x86)\Microsoft Office\Office14\OUTLOOK.EXE' while True: p = subprocess.Popen(outlook) p.wait() # just wait for the child to end and... restart it immediately time.sleep(5) # unsure if really useful 代理键,请使用$ ROWGUID。