Skip to content

Commit de0665c

Browse files
committed
Add documentation link for RETURN SELECT
1 parent 75c2e62 commit de0665c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ast/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8799,6 +8799,8 @@ pub enum CreateFunctionBody {
87998799
/// RETURNS TABLE
88008800
/// AS RETURN SELECT a + b AS sum;
88018801
/// ```
8802+
///
8803+
/// [MsSql]: https://learn.microsoft.com/en-us/sql/t-sql/statements/create-function-transact-sql?view=sql-server-ver16#select_stmt
88028804
AsReturnSelect(Select),
88038805
}
88048806

0 commit comments

Comments
 (0)