Hello I am trying todo the following: Code MySQL: UPDATE Post_Gallery post_id SET pg.post_id = c.post_id FROM _Content AS c WHERE c.id = pg.id However I get an error at 'FROM _Content....' Any help is much appreciated
UPDATE Post_Gallery post_id SET pg.post_id = c.post_id FROM _Content AS c WHERE c.id = pg.id
Forum Rules
Bookmarks