Hi, I need help about selecting data on a special condition in MySQL. Here the details what I m trying to do; I have two table (table1 and table2). And I want to compare a column of each table. This columns are wordlist (at table1) and userword (at table2). What I want to do is comparing this two column in order to see which data at wordlist also in userword at table2. And selecting the data on userword (at table2) which is the same with at wordlist (at table1). Hope what i mean is clear. Any help pls.. Thanks..