Hi Friends, I am trying to write a select query on a table which depends upon the outcome of select query on some other table in OVSDB.
e.g., If I have a table "T1" with column "COL1", and another table "T2" with columns "COL2" and "NAME". COL1 and COL2 are similar type columns. In SQL form, equivalent query is: select * from T1 where COL1 in (select COL2 from T2 where NAME = 'ABCD') Is there a way to do this in jsonrpc of OVSDB? Or I have to send separate requests to the OVSDB server? Thanks, Maruti
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
