Nov 7, 2006 #1 NotSQL Technical User May 17, 2005 205 GB Hi, is it possible to update 2 tables in one sql statement? Eg Update test1, test2 Set test1.aaaa = 'BBBB', test2.aaaa = 'CCCC'
Hi, is it possible to update 2 tables in one sql statement? Eg Update test1, test2 Set test1.aaaa = 'BBBB', test2.aaaa = 'CCCC'
Nov 7, 2006 #2 gmmastros Programmer Feb 15, 2005 14,904 US no You must update each table seperately. -George Strong and bitter words indicate a weak cause. - Fortune cookie wisdom Upvote 0 Downvote
no You must update each table seperately. -George Strong and bitter words indicate a weak cause. - Fortune cookie wisdom