Quote:
Originally Posted by ownedbycats
What would be the difference between this and list_union? I believe the latter doesn't have the additional expressions, at least.
|
Several major differences:
- list_join takes more than two lists as input.
- Each list can have a different separator.
- The resulting list can have a different separator.
- It is easier to compose lists.