How to get value of a column from returned rows? #2391
Unanswered
finlaydotb
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use the results returns from performing a query with sqlx. The core of the code is below
The documentation for
.get
saysso I assumed the above will work but compilation fails with error
Any idea why? And how do I get the value of a column from the returns rows?
Beta Was this translation helpful? Give feedback.
All reactions