3
Tabellennamen von Union Query abrufen?
Das ist meine Frage SELECT Id, productName, Largeimagepath, Discount, Price, Image FROM tablename1 where Active =1 union SELECT Id, productName, Largeimagepath, Discount, Price, Image FROM tablename2 where Active =1 union SELECT Id, productName, Largeimagepath, Discount, Price, Image FROM tablename3 where Active =1 Es funktioniert richtig. Jetzt möchte ich productNamein Zukunft …