update docs

This commit is contained in:
开源海哥 2023-07-06 19:11:35 +08:00
parent 97d0c4d409
commit 1fec0edfd6

View File

@ -136,7 +136,7 @@ FROM tb_account
示例:
```text
```txt
select(number(1)) --> SELECT 1
select(string("str")) --> SELECT 'str'
select(column("abc")) --> SELECT abc