In guidewire, Query.make(EntityName).select()
returns the entire column values, How should be the code if I need column specific result.
For eg, If I just need PolicyNumber , PublicID and ID
alone from Policy
table, How should I write the code?