Citat:
Originally posted by macwiz@May 4 2009, 18:12
testa:
result = mysql_query(SELECT one.id, one.mail, two.name, two.address, two.postalno, two.postaladdress, two.telephone, two.cellphone FROM user_accounts as one, user_details as two where one.id=two.id order by one.id) or die(mysql_error());
|
Unknown column 'two.id' in 'where clause'