Forum Discussion

gerard-kouadio's avatar
3 years ago
Solved

create new column from 2 tables using if function

Hello, I have 2 tables and I want to create a column from the ids of the 2 tables. I want to do something like this: if id of table 1 = id of table 2, put yes, if no, put No. NB: there is a many-to...