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 e3dd8c8 + 00a8668 commit 2181f48Copy full SHA for 2181f48
SQLite.playground/Contents.swift
@@ -99,5 +99,5 @@ db.createAggregation("customConcat",
99
initialValue: "users:",
100
reduce: reduce,
101
result: { $0 })
102
-let result = db.prepare("SELECT customConcat(email) FROM users").scalar() as! String
+let result = try db.prepare("SELECT customConcat(email) FROM users").scalar() as! String
103
print(result)
0 commit comments