The statement is like below:
$src=lookup on table where table.table_name == "da_pubdata_bline_stat_df" ; $dst=lookup on table where table.table_name == "da_pubtb_opt_di" ; FIND shortest PATH WITH PROP FROM $src TO $dst OVER * BIDIRECT;
If I want to find the vid of the table vertex through the table property, and then insert the queried value into the FIND statement to query the path between the two tables. I have written the statement like above, but it gives failed hint. How should the grammar be written?
Checked every detail of the statement and found nothing wrong. Expect to know why the statement I write is wrong.