I am working on a public dataset where I need to parse each row of the Table Posts. So, for example, three rows under the column tags
have values:
1. <c#><.net>
2. <android> <python> <sockets> <android-studio><socket.io>
3. <android-studio><socket.io><.net>
I need to display the output as:
1. c#
2. .net
3. android
4. python
5. sockets
6. android-studio
7. socket.io
Is there a way I could do it in BigQuery?