Hello community, I would like to ask something.
Is it possible to merge into the same table using fabric? (With notebooks)
For example, I have a table called names with columns id and name, the data inside is id=1, name=John.
Is it possible to "scan" this table to check if the data that is coming is already there? and then update if something is modified, and insert if it is not?
tks