Good day Guys.
I would like you expertise on my issue.
I have a table that include tree columns.
COl1, Col2, Col3
Col2 can be linked to different tables, Table 1 and Table 2
Lets assume that Table 1 include the name of a user and Table 2 include group name
Sometime the value in COL2 can be either from group or from user.
As it is I can get the data using 4 columns one showing the user and one showing the group
but if I the value belong to a group I see the user as being null or the opposite.
I would like to extract using a query for the 3 columns but only return 3 columns.
Anyone know of a way I can show the 3 column and only show valid value from either tables?
I hope that I am clear enough.
I would like you expertise on my issue.
I have a table that include tree columns.
COl1, Col2, Col3
Col2 can be linked to different tables, Table 1 and Table 2
Lets assume that Table 1 include the name of a user and Table 2 include group name
Sometime the value in COL2 can be either from group or from user.
As it is I can get the data using 4 columns one showing the user and one showing the group
but if I the value belong to a group I see the user as being null or the opposite.
I would like to extract using a query for the 3 columns but only return 3 columns.
Anyone know of a way I can show the 3 column and only show valid value from either tables?
I hope that I am clear enough.