By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
INSERT 0 3
| target_id | dateread | machine_id | state | tiempo | step |
|---|---|---|---|---|---|
| 60000 | 2021-09-29 15:20:00 | 30 | 0 | 850 | 0 |
| 60000 | 2021-09-29 15:20:00 | 30 | 1 | 930 | 1 |
| 60000 | 2021-09-29 15:20:00 | 30 | 0 | 32000 | 2 |
| 60000 | 2021-09-29 15:20:00 | 32 | null | null | null |
SELECT 4
ERROR: syntax error at or near "(" LINE 11: unnest(string_to_array(state, '|'::text))::i... ^