回答編集履歴

1

追加

2017/05/22 02:09

投稿

A.Ichi
A.Ichi

スコア4070

test CHANGED
@@ -4,4 +4,10 @@
4
4
 
5
5
  select substr('hoge@abc.co.jp',1,position('@' in 'hoge@abc.co.jp')-1);
6
6
 
7
+
8
+
9
+
10
+
11
+ select substr('埼玉県ほげほげ市ほげほげ町',1,position('県' in '埼玉県ほげほげ市ほげほげ町')-1);
12
+
7
13
  ```