By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
18 rows affected
| ID | TERM |
|---|---|
| 1 | (a->b->c) |
| 4 | (a->(b->c)) |
| 7 | (a->((b->c)->d->(e->f))) |
| 13 | (a->(b)->(c)) |
| 16 | (a->((b))->((c))) |
1 rows affected
dbms_output:
1, (a->b->c)
4, (a->(b->c))
7, (a->((b->c)->d->(e->f)))
13, (a->(b)->(c))
16, (a->((b))->((c)))