Can somebody tell me where i'm wrong ?

insert into table3 select * from table1 where RecNo = 12  ---> this
works

insert into table3 select * from table2 where RecNo = 12  ---> Nothing
Happens

There are 3 fields in all tables, 2 LongText, and 'RecNo' -
AutoIncrement

Thanks in advance

--
Martin Jeremic - JSoft

http://jsoft.webjump.com/
mailto:[EMAIL PROTECTED]




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to