Generally mysql does
Code MySQL:
But I want a query where `site` column of user table will insert a static string fixed my me, not from `members` table
something like
(just for easy to understand)
| SitePoint Sponsor |

Generally mysql does
Code MySQL:
But I want a query where `site` column of user table will insert a static string fixed my me, not from `members` table
something like
(just for easy to understand)




Code:insert into user (id, name, email, passwd,site) select idm, user_name, email, pass, 'my fixed site url' from members where id > 100 and id < 200
Guido - Community Team Advisor
Do you know where the (database) error is? Add it to the list!
Thinking Web: Voices of the Community
Blog - Free Flash Slideshow Widget
Bookmarks