Nicht mehr ganz neu hier
Hi Leute,
ich brauche Hilfe. Ich hätte gerne aus Tabelle1
(products_ean, products_model und products_image)
und aus Tabelle2
(products_name)
aufgelistet.
Kann mir jemand eine Hilfestellung geben? Bin auf diesem Gebiet ein Anfänger...
---
Tabelle1 "products"
Aus dieser hätte ich gerne folgende Spalten aufgelistet
-> products_id (primary key)
- products_ean
- products_model
- products_image
Tabelle2 "products_description"
->products_id (primary key)
- products_name
Für mich eine logische Anweisung, für SQL aber nicht
SELECT products_ean, products_model, products_image FROM products
AND
products_name FROM products_description
WHERE
products_id=products_id
Gruß BT
ich brauche Hilfe. Ich hätte gerne aus Tabelle1
(products_ean, products_model und products_image)
und aus Tabelle2
(products_name)
aufgelistet.
Kann mir jemand eine Hilfestellung geben? Bin auf diesem Gebiet ein Anfänger...
---
Tabelle1 "products"
Aus dieser hätte ich gerne folgende Spalten aufgelistet
-> products_id (primary key)
- products_ean
- products_model
- products_image
Tabelle2 "products_description"
->products_id (primary key)
- products_name
Für mich eine logische Anweisung, für SQL aber nicht
SELECT products_ean, products_model, products_image FROM products
AND
products_name FROM products_description
WHERE
products_id=products_id
Gruß BT