Skip to Content
Menu
This question has been flagged
2 Replies
3453 Views

how can i use a search function to implement a simple join sql query like :

select a.value1 from table1 a, table2 b where b.id = a.b_id

Avatar
Discard
Best Answer

you can use domain as: [('b_id.id', '=', <ID>)]

Avatar
Discard
Author Best Answer

can you be more precise? i d'ont understand.


Avatar
Discard