以下のサンプル データの SQL コマンドは次のとおりです。
Table1
ID|Description
1 |Logon Failed. User tempUser1 is unknown
2 |Logon Failed. User Carl is unknown
Expected result to get only the username after the word "User" and before the word "is"
ID|Description
1 |tempUser1
2 |Carl
ありがとう、
リル