MM <finjulhich at gmail.com> writes: > std::ostringstream oss; > oss << "SELECT mycolumn FROM sometable WHERE id IN (.." > << myparameter << "...)"; > auto nbr_rows = odb::database::execute( oss.str() ); > > Is there a way to get the resulting mycolumn as a std::vector<std::string> ? See native views.