Deleting actual data causes copied value deleted too

Let’s suppose I have a table with the name “cart” and copying its data to another table’s (let’s says table name is “order”) column using the “set” functionality.

Now if I clear the “cart” table, the “order” column value is also deleted. Why? Do the bubble works in the reference object ways?

If so then what is the way to solve it?

This is not a big.

Let’s say you have a product called “Tomato” and you put this product in a database called “Shopping list”. If you delete the product “Tomato” from you database, you will also clear the object in your Shopping List, once that the object Tomato doesn’t exist anymore.

To keep the “Tomato” in your list, you have to save it as a text. Not as an object.

This topic was automatically closed after 14 days. New replies are no longer allowed.