Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
isfd committed Sep 2, 2018
1 parent ea5b505 commit 451fa24
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sqlfun/readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
This document explains the structure used to document a database function in the JSON format.
The property suffixed with * is required in the json document.

Under the database vendor directory, each json file describles the syntax of a function.
Under the database vendor directory, each json file describes the syntax of a function.

### funcName*
Name of the function. Function has the same name but has the different arguments syntax will be documented
in the different file.
in a different file.

### arguments*
Array of the argument object. This list is empty when a function has no argument.
Expand Down Expand Up @@ -71,7 +71,6 @@ The online document for this function.
### sample
Sample SQL including this function.


This is an example of the json code that represents the ASCII function in SQL Server database.

```json
Expand Down

0 comments on commit 451fa24

Please sign in to comment.