Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit c587137

Browse files
authored
Merge pull request #89 from yairgo/patch-1
Update nulls.md
2 parents 3f000d6 + ceadad3 commit c587137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you can't avoid having NULL values in your database, there is another work ar
4242
rows, err := db.Query(`
4343
SELECT
4444
name,
45-
COALESCE(other_field, '') as other_field
45+
COALESCE(other_field, '') as otherField
4646
WHERE id = ?
4747
`, 42)
4848

0 commit comments

Comments
 (0)