Skip to content

Commit 203c5de

Browse files
committed
chore: add placeholder Note to readme.
1 parent 8043656 commit 203c5de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ console.log(parser.stringify(ast));
4646
// SELECT 'value' AS a
4747
```
4848

49+
Note: PlaceHolder is an `literal` value but not an `identifier`. Table_name / column_name / function_name are `identifier` thus should NOT be placed with placeholder.
50+
4951
## script tag
5052

5153
```js

0 commit comments

Comments
 (0)