You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_ =try connection.simpleQuery("INSERT INTO apps VALUES (1, 'a', 'b')").wait()
455
+
_ =try connection.simpleQuery("INSERT INTO apps VALUES (2, 'c', 'd')").wait()
456
+
_ =try connection.simpleQuery("INSERT INTO apps VALUES (3, 'a', 'd')").wait()
457
+
_ =try connection.simpleQuery("INSERT INTO apps VALUES (4, 'a', 'b')").wait()
458
+
letoverviews=try connection.query("SELECT platform, identifier, COUNT(id) as count FROM apps GROUP BY platform, identifier").map(to:[Overview].self){ data in
0 commit comments