Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 802494a

Browse files
authored
Update waitfor-transact-sql.md
Include formatting information for time_to_pass and time_to_execute.
1 parent 03cc18c commit 802494a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/language-elements/waitfor-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ WAITFOR
6060
Is the specified period of time that must pass, up to a maximum of 24 hours, before execution of a batch, stored procedure, or transaction proceeds.
6161

6262
'*time_to_pass*'
63-
Is the period of time to wait. *time_to_pass* can be specified in one of the acceptable formats for **datetime** data, or it can be specified as a local variable. Dates cannot be specified; therefore, the date part of the **datetime** value is not allowed.
63+
Is the period of time to wait. *time_to_pass* can be specified in one of the acceptable formats for **datetime** data, or it can be specified as a local variable. Dates cannot be specified; therefore, the date part of the **datetime** value is not allowed. This is formatted as hh:mm[[:ss].mss].
6464

6565
TIME
6666
Is the specified time when the batch, stored procedure, or transaction runs.
6767

6868
'*time_to_execute*'
69-
Is the time at which the WAITFOR statement finishes. *time_to_execute* can be specified in one of the acceptable formats for **datetime** data, or it can be specified as a local variable. Dates cannot be specified; therefore, the date part of the **datetime** value is not allowed.
69+
Is the time at which the WAITFOR statement finishes. *time_to_execute* can be specified in one of the acceptable formats for **datetime** data, or it can be specified as a local variable. Dates cannot be specified; therefore, the date part of the **datetime** value is not allowed. This is formatted as hh:mm[[:ss].mss] and can optionally include the date of 1900-01-01.
7070

7171
*receive_statement*
7272
Is a valid RECEIVE statement.

0 commit comments

Comments
 (0)