Viewing 3 posts - 1 through 3 (of 3 total)
Hi!
I'm not sure if i understand it right, but you have indexed the columns you used to join the two tables to find the intersection.
You can use this join also...
August 30, 2010 at 8:55 am
#1213783
For your problem it would be better to add a column for each color. That way you can mark for each project what color it uses.
ID | Proj...
December 30, 2009 at 10:05 am
#1097546
You can also use the FROM in SELECT, INSERTS, DELETE statements, because it is just another way to join tables.
So the (corrected) example code
update
a1
set
col =...
September 24, 2009 at 1:48 am
#1057889