Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 246 Bytes

insert.md

File metadata and controls

17 lines (11 loc) · 246 Bytes

leopards SQL insert 帮助手册

Where

Select 部分

Set(column, value)

Set(`id`, 10).Set(`name`, `Go`)

SetMap(kv map[string]any)

SetMap(map[string]any{`id`: 100, `name`: `Golang`})