Tien Do

Results 43 comments of Tien Do

@pengweichu you can do it like this: ```c++ string count = db.execAndGet("SELECT COUNT(*) FROM test"); cout

@CalielOfSeptem did you look at what `query.getQuery()` return? :) You need something like this: ``` while (query.executeStep()) cout

I tested with my own account and only got `name` and `profile picture`. `Email` is returned when I specified it in the `scope`.