:select The projection operator, takes columns & extension style bindings and returns only them. Form select = [:select & col-or-extension] col-or-binding = col | [binding expr] Examples [[:from :Customer] [:select :firstname :lastname [:fullname [str :firstname " " :lastname]]]]