Posted by Baihao Yuan on 06/11/06 13:40
Hi,
I got another question here:
I want to use query like this:
SELECT * FROM (sp_lock AS T) WHERE objectID = ...
The purpose is that I want to query the result set returned by sp_lock
using derived table, but it doesn't work. Why?
Thanks,
Baihao
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
[Back to original message]
|