Hi,
can anyone help me with creating column for table A that are from table B ?
let's say i have table B:
column name:WORDS
row 1:ONE
row 2:TWO
row 3:THREE
and want to have table A:
column name: ONE | TWO | THREE
I need this to be created and not some VIEW
thanks