Skip to content

Commit

Permalink
Adding documentation for nested function use in WHERE clause.
Browse files Browse the repository at this point in the history
Signed-off-by: forestmvey <forestv@bitquilltech.com>
  • Loading branch information
forestmvey committed May 24, 2023
1 parent 8e5d766 commit d26adf2
Show file tree
Hide file tree
Showing 2 changed files with 414 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/dev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
+ **SQL**
+ [Aggregate Window Function](sql-aggregate-window-function.md): aggregate window function support
+ [Nested Function In Select Clause](sql-nested-function-select-clause.md): Nested function support in sql select clause
+ [Nested Function In Where Clause](sql-nested-function-where-clause.md): Nested function support in sql where clause
+ **Piped Processing Language**

### Query Processing
Expand Down
Loading

0 comments on commit d26adf2

Please sign in to comment.