I have a table which looks something like this.
`referenceID, IP1, IP2, IP3, subnetmask`
I now need to get the IPs with specific referenceIDs into a Textarea or Displayonly field, adding some plain text before and after
For example:
*/
*/this goes infront of the ips
<ip1><ip2><ip3><subnet>
<2ip1><2ip2><2ip3><2subnet>
*/this text comes after the ips`
The problem is, I can't figure out a way, to select all the strings and ips into the textarea (or display only).
Methods I tried so far, just cause errors like "wrong number of columns" or PL/SQL asking me pick a location to select these INTO somewhere.
Would appreciate any solution or help.