1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[SQL] Extract the values from a string

Discussão em 'Outras Linguagens' iniciado por Stack, Novembro 6, 2024 às 02:52.

  1. Stack

    Stack Membro Participativo

    I have below requirement:

    String is of the format: |-10,50|15,50|45,80|-10,120|10,140|45,140| where -10, 15, 45, -10, 10, 45 are X coordinates and 50,50,80,120,140,140 are Y coordinates.

    My requirement is to extract X and Y coordinates from the string and find out minimum of X, Max of X, Min of Y and Max of Y. How can i achieve this in SQL

    Continue reading...

Compartilhe esta Página