These are the valus in the table:
Siteid Link1 Link2 Link3
30861 NULL NULL NULL
30861 NULL NULL NULL
30861 NULL NULL NULL
30861 NULL NULL NULL
30861 NULL NULL NULL
30861 NULL NULL 542
How do I easily return just the siteid and whatever column holds a value, as it could be link1, link2 or link3
All I need to return in this case is 30861 and 542.
Thanks very much for anyone who can help!!
Siteid Link1 Link2 Link3
30861 NULL NULL NULL
30861 NULL NULL NULL
30861 NULL NULL NULL
30861 NULL NULL NULL
30861 NULL NULL NULL
30861 NULL NULL 542
How do I easily return just the siteid and whatever column holds a value, as it could be link1, link2 or link3
All I need to return in this case is 30861 and 542.
Thanks very much for anyone who can help!!