Hi!
You may use following codes.
Alter 'column name1'..... from table
User Profile
Collapse
-
Hi!
I think you have to do some change.you may use following codes,else email me your total code .Than i heartly solve thats.....
INSERT INTO Table1
( Col1, Col2, Col3.....Etc)
VALUES(SELECT col1, Col2, Col3.....etc
FROM Table2)
Ok....byeLast edited by sumch_tarek; Aug 10 '06, 10:52 AM.Leave a comment:
-
Dear,
Your code is
Code:[B]mysql_query("Select table1.fieldname,..........,table2.fieldname from table1,table2 where your matching condition");[/B]Leave a comment:
No activity results to display
Show More
Leave a comment: