Hello everyone this is my first question so if you miss something or if i am doing something wrong tell me!
I have two tables:
klanten:
id, ledenpagina_id
topics:
id, onderwerp, slogan, omschrijving
I want to add the ledenpagina_id
to the topics
table but I don't know how. I think it has something to do with Insert into
but I looked up a few things but I cant get it to work in my case.
Please help me. :)