5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
set timestamp=1;
|
|
SELECT sleep(1),NOW()-SYSDATE() as zero;
|
|
sleep(1) zero
|
|
0 0
|