| | Dear All Friends! I have create this topic for everyone who have some problem with query analyses. You could post all your problem with database. We all would have and find a solution for you. Now let me start my small problem. This i have fixed but i just think of the best way. I got 3 tables: table_users (user_id,user_name,user_pass,user_group) table_group (group_id,group_name) table_usersingroup (ursingro_id,user_id,group_id) I need output like this: username | password | group test1 | ***** | (group1,group2,group3) test2 | ****** | (group2,group3) test3 | **** | (group1,group2,group3,group4) I hope anyone may solve this problem Thanks & Best Regards, Dorei |

