12 lines
361 B
Plaintext
12 lines
361 B
Plaintext
SELECT sys.ps_thread_id(234623462376);
|
|
sys.ps_thread_id(234623462376)
|
|
NULL
|
|
Warnings:
|
|
Note 1585 This function 'ps_thread_id' has the same name as a native function
|
|
SELECT sys.ps_thread_id(CONNECTION_ID()) = @ps_thread_id;
|
|
sys.ps_thread_id(CONNECTION_ID()) = @ps_thread_id
|
|
1
|
|
SELECT sys.ps_thread_id(NULL) = @ps_thread_id;
|
|
sys.ps_thread_id(NULL) = @ps_thread_id
|
|
1
|