1

DESCRIBE can query the detailed information of SPACE, TAG, EDGE

DESCRIBE TAG can only query the COMMENT of the TAG property; DESCRIBE EDGE can only query the COMMENT of the EDGE property; And DESCRIBE SPACE can only query the COMMENT of SPACE。

So i want to know how to check the COMMENT of TAG and EDGE? As shown in the picture, I want to check the player's COMMENT. enter image description here

Lisa Liu
  • 139
  • 1
  • 6

1 Answers1

0

You can try show create tag player show create tag player

The same for edges. See https://docs.nebula-graph.io/master/3.ngql-guide/7.general-query-statements/6.show/5.show-create-tag-edge/

黄凤仙
  • 107
  • 5