Tell me how to create a query in SQL. There is a Varchar
type field in the table, which contains the following text:
1670 2080 | Product: Plain balcony door | Wood: Solid larch | Profile: IV-68 | Outside color: GW306 ID7006 LW700 62.05.55-50% 2 layers (SLM) | Inside color: GW306 ID7006 LW700 62.05.55-50 % 2 layers (SLM) | Shutter profile: Bevel 20 * | Piece profile ...
I need a SQL query that would output such data in separate fields, dividing the string by the character |
:
- Field 1 -
1670 2080
, - field 2 -
Изделие: Обычная балконная дверь штульповая
and so on.