VinACE
VinACE
I tried the following, and unable to connect to agens graph tried restarting the server.. ~> agens batch agens: could not connect to server: No such file or directory Is...
Starting the server**: ag_ctl start [-D /path/created/by/initdb] Need to start using this command Is there a way to add to the startup..
you answer return results, good, but I need to compare against the integer value, WHERE po.b_amount::int po.b_amount is in "123" string type. also the results that I am getting are...
Sorry I was trying the wrong insert, CREATE VLABEL comments; the below should be a correct one LOAD FROM comments_profile AS ROW CREATE (:comments =to_jsonb(row_to_json(row)));
Thank you for your reply, can CREATE VLABEL comments; LOAD FROM comments_profile AS ROW CREATE (:comments =to_jsonb(row_to_json(row))); Is there a way to query a Normal table and form the graph...
No that didn't MATCH (mc: mat_comp) MATCH (p:plant) MATCH (mb: material) WHERE mc.component = mb.material and mc.plant=p.b_plant MERGE (mc)
I will take some time to replicate the same, Thanks for your reply
, I went through the link you have shared, The examples given are for two tables, Is there a way achieve the same with Union examples given in the developer...
In Suse, sudo ln -s /usr/local/java/jdk1.8.0_181/jre/lib/amd64/server/libjvm.so /usr/local/lib/libjvm.so sudo make install-world make[1]: Leaving directory '/home/ec2-user/agensgraph/contrib' PostgreSQL, contrib, and documentation installation complete.
~> agens b_c agens (AgensGraph 1.4devel, based on PostgreSQL 10.3) Is this what you are asking for, Also Iam running the queries in agens browser -- this one gave the...