$VAR1 = [ 'Tabelle_X where Bedingung1 = \'...\' and Bedingung2 = \'...\'', 'Tabelle_X where Bedingung1 = \'...\' and Bedingung2 = \'...\'', 'Tabelle_X where Bedingung1 = \'...\'', 'Tabelle_Y where Bedingung1 = \'...\' and Bedingung2 = \'...\'', 'Tabelle_Y where Bedingung1 = \'...\'', 'Tabelle_Z where Bedingung1 = \'...\' and Bedingung2 = \'...\'' ]; $VAR1 = [ 'Tabelle_X : Feld1 Feld2 Feld3', 'Tabelle_Y : Feld1 Feld2', 'Tabelle_Z : Feld1 Feld2 Feld3' ]; $VAR1 = [ 'select Feld1 Feld2 Feld3 from Tabelle_X where Bedingung1 = \'...\' and Bedingung2 = \'...\'', 'select Feld1 Feld2 Feld3 from Tabelle_X where Bedingung1 = \'...\' and Bedingung2 = \'...\'', 'select Feld1 Feld2 Feld3 from Tabelle_X where Bedingung1 = \'...\'', 'select Feld1 Feld2 from Tabelle_Y where Bedingung1 = \'...\' and Bedingung2 = \'...\'', 'select Feld1 Feld2 from Tabelle_Y where Bedingung1 = \'...\'', 'select Feld1 Feld2 Feld3 from Tabelle_Z where Bedingung1 = \'...\' and Bedingung2 = \'...\'' ];