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.
1 parent 1ec3d97 commit ceadad3Copy full SHA for ceadad3
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