I have a column in SQL that I would like to split a column into two columns on select (by a delimiter). For example, the table currently has:
---------
Mary - 16
I’d like two columns as the result of the query:
-------- --------
Mary 16
Thanks for your help.
Ah, I see.
|characters are column specifiers, not part of the output. Try: