Spend several rows? Zebra lines? Sorry, I don't understand what you're referring to.
I assume you want to pull several database rows from a database table then display them as a field. Yes, this can be done with incubator project CB Query Field. Below is an example setup.
Query:
Code:
SELECT * FROM `#__users` ORDER BY `registerDate` DESC LIMIT 5
Mode: Internal
Output: Multiple Rows
Row:
Code:
<div>[column_id] - [column_name]</div>