DB write problem

Hello guys,

can someone give an advice what is the proper way how to write into mysql DB?

I have two columns (already created manually in mysql DB)

image

If i try to write some data in these two columns in the first round it is fine

image

result
image

i have no problem. But if I try to write another data into these columns (where is already written data from the first round) it doesn’t work? Why? Should I use another node? Like insert etc.

Can you give me a hint please?

Thank you

Jiri

You may violate some table constraints. What the error did you get?

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.