Bulk Delete rows or duplicate only headers?

(Datablaze) Hello I'm trying to duplicate just the headers from an existing table populated with data. Alternatively, I could just duplicate the whole table and bulk delete rows. But I'm not sure how to perform either one of those functions, if it's possible in DB. Thanks in advance.

Hey Dan,

Welcome to the community :wave:

Are you talking about the names of fields (text, numbers, etc)? If so, I don't think it is currently possible to do this.

Though, if you are just getting the headers and not the rows themselves, would it be easier to just write the names of them in your snippet?

Yeah I could just recreate the rows manually. I was hoping there would be a more efficient way to do it but I think I've decided that just defining some table views should work for this case.