Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I have 2 tables. in table 1 there is a field wagen_id and the discription of it is in table 2.i want to see the key field from table 1 and the discription from table 2
Hi,PHPRunner can not use complex SQL queries in dropdown lists.However you can create a database view combining data from two tables.I.e. something like this:
create view MyView as
Then use this view as a lookup table in PHPRunner.Please note that Views don't work in MySQL before version 5.