We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f000d6 + ceadad3 commit c587137Copy full SHA for c587137
nulls.md
@@ -42,7 +42,7 @@ If you can't avoid having NULL values in your database, there is another work ar
42
rows, err := db.Query(`
43
SELECT
44
name,
45
- COALESCE(other_field, '') as other_field
+ COALESCE(other_field, '') as otherField
46
WHERE id = ?
47
`, 42)
48
0 commit comments