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 e3dd8c8 commit 00a8668Copy full SHA for 00a8668
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