static getSelectColumnExpression(List<String> columns) { return columns.length > 0 ? columns.join(',').toString() : '*'; }