[support] MySQL noob: Update images to gallery tid

Fred Jones fredthejonester at gmail.com
Tue Nov 1 18:08:42 UTC 2011


> Therefore I need to update the 'term_node' table - and INSERT where
> nid = 1,2,3,4 tid = '1'

I think

INSERT ... where
nid in (1,2,3,4) AND tid = '1';

Fred


More information about the support mailing list