Add more term fixes and markdown format fixes
This commit is contained in:
@@ -36,12 +36,11 @@ CREATE TABLE userdetail
|
||||
profile character varying(100)
|
||||
)
|
||||
WITH(OIDS=FALSE);
|
||||
|
||||
```
|
||||
|
||||
看下面這個 Go 如何操作資料庫表資料 : 增刪改查
|
||||
|
||||
```Go
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user