So kurze Erklärung:
Tabelle1: products
Tabelle2: products_description
Tabelle1:
Feld: products_id
products_model
Tabelle2:
Feld: products_id
products_`name
Neuer Syntax
SELECT `products`.`products_id` , `products`.`products_model` , `products_description`.`products_id` , `products_description`.`products_name`
FROM `products` , `products_description`
WHERE `products`.`products_id` = `products_description`.`products_id`
So und jetzt funktionierts! Danke für eure Hilfe, das mit dem Umdrehen (tab1.identity statt identity.tab1) ausserdem waren 2 schreibfehler drinnen, aber jetzt funkts wunderbar!!!
DANKE !!!!!!!!!!!!!!
____________________________________
*hmmmmmmmmmmmmmmm*
|