Pieterman
05-21-2005, 11:20 AM
hey having a bit of trouble wit my SELECT statement because i can't two WHERE statements to works Can anyone help
int uu = 3;
String code = "SELECT * FROM destinations INNER JOIN holidayType ON holidayType.holidayID = destinations.holidayID WHERE holidayType.star = uu && holidayType.season = '" + line + "'";
SHot
Piet
int uu = 3;
String code = "SELECT * FROM destinations INNER JOIN holidayType ON holidayType.holidayID = destinations.holidayID WHERE holidayType.star = uu && holidayType.season = '" + line + "'";
SHot
Piet