Questions tagged [gsql]

6 questions
1
vote
1 answer

Auto input Username and Password in Redhat

Iam newbie in linux, and i've looking for this solution but i still cannot doing it. I want to backup my database automatically every week by entering the command into the cronjob. But when the command is executed automatically, it will ask for…
1
vote
1 answer

Tigergraph - recreate tuples

I need to write a command-line utility which redefines/updates the graph schema. For doing this I need to: drop the graph drop existing tuples define new tuples define a new graph The problem is in the "drop existing tuples" stage. I do it by…
v.korbut
  • 33
  • 4
1
vote
1 answer

Is any way to use more than one vertex set in a SELECT statement?

I was wondering if there is any way to use more than one vertex set in a SELECT statement. I would think it should be possible because... why not? For example, say we have this basic query: CREATE QUERY coolQuery(VERTEX foo, String bar, String…
Herk
  • 209
  • 1
  • 4
0
votes
1 answer

How to use TigerGraph GSQL to associate data from one Vertex to another Vertex?

I am a beginner and trying to make several Vertex shown on the TigerGraph Insights Map Widget. The Map widget displays vertex attributes as latitude and longitude, and I have shown the Location Vertex on the Map Widget successfully. But the other…
0
votes
1 answer

How to handle offset in tigergraph using built in list vertices endpoint

I want to handle offset using builtin endpoint -List vertices in tigergraph . I do not see any parameter called offset . Should we write custom GSQL query ,just for supporting offset? Here is the builtin endpoint link , which Iam…
0
votes
1 answer

GSQL Insert INTO for edge with TO as multiple vertex types

How do you add a hint to your Tigergraph GSQL for insert edge query where the TO vertex are several different possible types each having UUID? For example, when I tried INSERT INTO has_edge VALUES (child,parent), the error occurs because TO vertex…
ina
  • 19,167
  • 39
  • 122
  • 201