https://stackoverflow.com/questions/23516958/on-duplicate-key-auto-increment-issue-mysql
ON DUPLICATE KEY + AUTO INCREMENT issue mysql
I have table structure like this when I insert row to the table I'm using this query: INSERT INTO table_blah ( material_item, ... hidden ) VALUES ( data, ... data ) ON DUPLICATE KEY UPDATE id = id,
stackoverflow.com
'Backend with Golang' 카테고리의 다른 글
Building HTTP Services - Middleware(Network programming with Go) (0) | 2023.07.30 |
---|---|
Building HTTP Services - Handler (Network programming with Go) (0) | 2023.07.30 |
[Concurrency-4] Concurrency Patterns in Go (0) | 2023.06.17 |
[Concurrency-3] Go Channel의 사용 (0) | 2023.06.13 |
[Concurrency-2] Chapter 3 channel 전까지 (0) | 2023.06.12 |