Cummings, Shawn (GNAPs) schrieb:

If I have 4 Fields (FIELD1, FIELD2, FIELD3 & FIELD4)....

I can do this easily;

UPDATE TABLE_NAME SET FIELD4 = FIELD1;

But -- how do I do it so that FIELD4 = FIELD1 & FIELD2 ??? I can't seem to find any examples online. Maybe it's just too early in the morning - I'm drawing a blank! ;)

FIELD4 = FIELD1 & FIELD 2?

Field 4 should be field 1 AND field 2?

Can't decide which one field4 should get? :P

--
Smileys rule (cX.x)C --o(^_^o)
Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o)

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to