PWC Interview Question - String_Split() - SQL - Input to Output

Поділитися
Вставка
  • Опубліковано 10 лют 2025
  • CREATE TABLE testtbl (cola VARCHAR(10))
    -- Insert data into the table
    INSERT INTO testtbl (cola)
    VALUES ('1,2'), ('3'), ('4')
    select * from testtbl;

КОМЕНТАРІ •