Forum Discussion
macgeorge
2 years agoHelper I
Creating a table from 2 other tables
I am trying to create a 3rd table (table c) that will present all names has a "Full Name" column from table a, and will list all the names under "DISPLAY_NAME" from table b, and the LICENSE_NO column...
macgeorge
2 years agoHelper I
thank you. i did check this video out, but is doesnt give me what i want, which is the following:
table c
| Full Name | License_No |
| Aaron | 1301 |
| Ryan | null |
| Adam | 1305 |
| Peter | 1309 |
| John | 1313 |
| Kevin | null |
| David | 1317 |
| Adrian | 1321 |
| Alex | 1325 |
| Bryan | null |
| Allan | 1329 |
| Sarah | 1333 |
| Clare | 1337 |