tehanderson |
Active user |

 |
|
Joined: Dec 23, 2009 |
Posts: 33 |
|
|
|
 |
 |
 |
|
It happens that I m trying to use the waitfor delay SQL statement in this way:
Code: | WAITFOR DELAY CHAR(48)+CHAR(58)+CHAR(48)+CHAR(58)+CHAR(55) |
It seems to not work, but I didn't find anything on the net saying the use of CHAR() in this statement is forbidden, nor saying the contrary.
It's me injecting the wrong SQL, or should I use this statement in another way? |
|