摘要:
USE AdventureWorks2012; GO SET SHOWPLAN_ALL ON; GO -- First query. SELECT BusinessEntityID FROM HumanResources.Employee WHERE NationalIDNumber = '509647174'; GO -- Second query. SELECT BusinessEntityID, EmergencyContactID FROM HumanResources.Employee WHERE EmergencyContactID LIKE '1%' 阅读全文
posted @ 2012-04-13 13:23
mr liao
阅读(363)
评论(0)
推荐(0)
浙公网安备 33010602011771号