Skip to content

Commit 91b2db8

Browse files
committed
Add documentation link for RETURN SELECT
1 parent 9aa7ae6 commit 91b2db8

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
@@ -8681,6 +8681,8 @@ pub enum CreateFunctionBody {
86818681
/// RETURNS TABLE
86828682
/// AS RETURN SELECT a + b AS sum;
86838683
/// ```
8684+
///
8685+
/// [MsSql]: https://learn.microsoft.com/en-us/sql/t-sql/statements/create-function-transact-sql?view=sql-server-ver16#select_stmt
86848686
AsReturnSelect(Select),
86858687
}
86868688

0 commit comments

Comments
 (0)