aqua82 0 Newbie Poster

Hi All,

I am new to SQL and I want to know how I can run loops in SQL such that for every element in one table I want to extract all elements from another table. i.e. If we have Table-A and Table-B then for every element in column1 of Table-A I want to get all records from Table-B. Both Table-A and Table-B have column1 in common.