James
Results
2
issues of
James
I have tried to query using this `selectClause = flag.String("select", "id, string", "a list of field names")` and it return value but when I'm using `selectClause = flag.String("select", "id, decimal",...