# Node list all Properties

**URL:** https://community.neo4j.com/t/node-list-all-properties/10685
**Category:** Cypher
**Created:** [October 4, 2019, 11:06am UTC](https://community.neo4j.com/t/node-list-all-properties/10685 "2019-10-04T11:06:41Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![amelia\_monicad](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/amelia_monicad/32/4334_2.png) [@amelia\_monicad](https://community.neo4j.com/u/amelia_monicad)
#### Post date: [October 4, 2019, 11:06am UTC](https://community.neo4j.com/t/node-list-all-properties/10685/1 "2019-10-04T11:06:41Z")

</div>

Hi all,  
I have a node with a label TAGS. This node has 20-30 properties. Each node may have 2 properties whereas others may have 5 properties.  
I want to list all the properties not as a list, but as individual columns in tabluar format.

Please suggest.

---

<div class="post-metadata">

### Author: ![dana\_canzano](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/dana_canzano/32/27392_2.png) [@dana\_canzano](https://community.neo4j.com/u/dana_canzano)
#### Post date: [October 4, 2019, 4:16pm UTC](https://community.neo4j.com/t/node-list-all-properties/10685/2 "2019-10-04T16:16:37Z")

</div>

[Viewing schema data with APOC Procedures - Knowledge Base](https://neo4j.com/developer/kb/viewing-schema-data-with-apoc/) might be what you are looking for
