Discussion:
[soci-users] Retrieving several rows and mapping each row into a struct
Deane Yang
2013-04-02 04:25:36 UTC
Permalink
I see examples of how to retrieve a single row and cast it into a struct.
But how do you retrieve several rows that satisfy a condition (like
trade_date == 20090401) and cast each one into a struct?

Loading...