I have a table Sample with data stored like belowID | STRING |------------------------------------------------------------------1 | 'ENGLAN SPAIN' ITALY 'FRANCE GERMANY' BRAZILI need the output like..-----------------|ENGLAND SPAIN ||---------------||ITALY ||---------------||FRANCE GERMANY ||---------------||BRAZIL |-----------------How can I do the same with a select query in SQL Server?
↧