Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to quickly query information on vertices without edges? #5746

Closed
momoco530 opened this issue Oct 24, 2023 · 3 comments
Closed

How to quickly query information on vertices without edges? #5746

momoco530 opened this issue Oct 24, 2023 · 3 comments
Labels
type/question Type: question about the product

Comments

@momoco530
Copy link

momoco530 commented Oct 24, 2023

As title

@Nicole00 Nicole00 transferred this issue from vesoft-inc/nebula-java Oct 30, 2023
@QingZ11 QingZ11 changed the title 如何快速查询出没有边的点信息 How to quickly query information on vertices without edges? Oct 30, 2023
@QingZ11 QingZ11 added the type/question Type: question about the product label Oct 30, 2023
@QingZ11
Copy link
Contributor

QingZ11 commented Oct 30, 2023

https://discuss.nebula-graph.com.cn/t/topic/12818/

你去这个帖子里,ctrl + f 或者是 command + f 搜索下没有边(如图所示)你就可以看到对应的语句了。

Go to the post and use Ctrl + F or Command + F to search for the phrase "没有边" (as shown in the image). You will then be able to see the corresponding statement.

image

@wey-gu
Copy link
Contributor

wey-gu commented Oct 30, 2023

As title

MATCH (v:TagA) where id(v) == "xxx" RETURN v
FETCH PROP ON player "player100" YIELD properties(vertex);

It may be tricky for the fresh user to know which CLAUSE to use, apart from walking through all nGQL overview chapters of the docs, you could also refer to my cheatsheet.

https://www.siwei.io/ngql-tutorial/ngql-cheatsheet.png

We'll add such all-in-one page of docs in docs as well, see vesoft-inc/nebula-docs#2316

@QingZ11
Copy link
Contributor

QingZ11 commented Feb 18, 2024

Hi, I have noticed that the issue you created hasn’t been updated for nearly a month, so I have to close it for now. If you have any new updates, you are welcome to reopen this issue anytime.

Thanks a lot for your contribution anyway 😊

@QingZ11 QingZ11 closed this as completed Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

3 participants