Hey guys I'm fairly new to SQLplus and currently trying to separate values into their own column by their respective tag name. I've been able to pull columns that filter out every tag name except the ones requested, but I need to have each column only include the respective tag and not every tag under the where clause.
Desired Output:
ts 40FQ8.MV2 40FQ431.MV2
-------------------- -------------- --------------
13-JUN-21 13:49:22.5 4275 4370
13-JUN-21 13:50:22.5 4275 4370
13-JUN-21 13:51:22.5 4275 4370
13-JUN-21 13:52:22.5 4275 4370
13-JUN-21 13:53:22.5 4275 4370
13-JUN-21 13:54:22.5 4275 4370
13-JUN-21 13:55:22.5 4275 4370
13-JUN-21 13:56:22.5 4275 4370
13-JUN-21 13:57:22.5 4275 4370
13-JUN-21 13:58:22.5 4275 4370
13-JUN-21 13:59:22.5 4275 4370
13-JUN-21 14:00:22.5 4275 4370
13-JUN-21 14:01:22.5 4275 4370
13-JUN-21 14:02:22.5 4275 4370
13-JUN-21 14:03:22.5 4275 4370
13-JUN-21 14:04:22.5 4275 4370
13-JUN-21 14:05:22.5 4275 4370
13-JUN-21 14:06:22.5 4275 4370
13-JUN-21 14:07:22.5 4275 4370
13-JUN-21 14:08:22.5 4275 4370
13-JUN-21 14:09:22.5 4275 4370
13-JUN-21 14:10:22.5 4275 4370
13-JUN-21 14:11:22.5 4275 4370
Any help would be appreciated!
If I correctly understood the question, that would be something like this: