Menu

#106 Add REPLACE SQL function to replace one string with another

None
closed
None
5
2022-06-17
2022-06-09
No

It should work exactly the same as the PostgreSQL or sqlite REPLACE function, as described at https://www.postgresql.org/docs/13/functions-string.html

replace ( string text, from text, to text ) -> text

Discussion

  • Simon Chenery

    Simon Chenery - 2022-06-17
    • status: open --> closed
    • assigned_to: Simon Chenery
    • Group: -->
     
  • Simon Chenery

    Simon Chenery - 2022-06-17

    Included in CsvJdbc version 1.0-40.