Nested loops One way to join two tables is to use a nested loop. The principle is simple. Here is some pseudo code: for x in table1: for y in …
確定! 回上一頁