I need help in getting the value in between spaces in one column. For the requirement below, I would need the value after the first space.
I have a column with multiple rows:
Original_Column
Microsoft SQL Server
Oracle DB Server
Delete From Table Name
SELECT as123 987
The expected output is
Expected_Output
SQL
DB
From
as123