On 5/3/06, Barry <[EMAIL PROTECTED]> wrote:
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

Well, every child learns that "1 and 1 is 2" ;-P

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

Reply via email to