Hey guys,
I would appreciate if somebody could help me with the follwoing problem:
I have two tables, posts and users.
I want to insert data into these related tables at the same time when the post
is being updated or new post is added. The problem I have now is that I can only insert data into posts table, but I also
need to update users table by adding a post id to users.post_id column. Can this be done during update and insert at the same time?
Thanks for your help!