20 FW
中原凛
Rin Nakahara
| 身長 | 158 |
|---|---|
| U-15出身 | アンジュビオレ広島U15 |
| U-12出身 | 古田EC |
選手スタッツ
| 通算ゴール数 | 3 回 |
|---|---|
| 1試合平均シュート数 | 1.6 回 |
| シュート決定率 | 37.5% |
20 FW
中原凛
Rin Nakahara
| 身長 | 158 |
|---|---|
| U-15出身 | アンジュビオレ広島U15 |
| U-12出身 | 古田EC |
選手スタッツ
| 通算ゴール数 | 3 回 |
|---|---|
| 1試合平均シュート数 | 1.6 回 |
| シュート決定率 | 37.5% |
| 身長 | 158 |
|---|---|
| U-15出身 | アンジュビオレ広島U15 |
| U-12出身 | 古田EC |
| 通算ゴール数 | 3 回 |
|---|---|
| 1試合平均シュート数 | 1.6 回 |
| シュート決定率 | 37.5% |
| アシスト数 | 1 回 |
|---|---|
| 所属チーム内での得点割合 | 33.33% (3/9) |
| 出場試合数 | 5 回 |
| 合計出場時間 ※ATは含まれていません |
344 分 |
| 途中交代出場数 | 0 回 |
| 試合日 | グループ | 対戦相手 | 勝敗 | 出場 | ゴール数 | シュート数 | 出場試合時間 | 警告/退場 |
|---|---|---|---|---|---|---|---|---|
| 2022-03-25 | 女子グループA | 追手門 | 負け | スタメン出場 | 0 | 0 | 70 分 | 0 |
| 2022-03-25 | 女子グループA | 神村学園 | 負け | スタメン出場 | 0 | 1 | 70 分 | 0 |
| 2022-03-26 | 女子グループA | 鎮西学院 | 勝ち | スタメン出場 | 1 | 1 | 70 分 | 0 |
| 2022-03-26 | 女子9位決定戦 | 柳ヶ浦 | 負け | スタメン出場 | 2 | 5 | 70 分 | 0 |
| 2022-03-27 | 女子9位決定戦 | 鎮西学院 | 勝ち | スタメン出場 | 0 | 1 | 64 分 | 0 |
| 警告 | 0 |
|---|---|
| 退場 | 0 |
| 身長 | 158 |
|---|---|
| U-15出身 | アンジュビオレ広島U15 |
| U-12出身 | 古田EC |
| 通算ゴール数 | 3 回 |
|---|---|
| 1試合平均シュート数 | 1.6 回 |
| シュート決定率 | 37.5% |
| アシスト数 | 1 回 |
|---|---|
| 所属チーム内での得点割合 | 33.33% (3/9) |
| 出場試合数 | 5 回 |
| 合計出場時間 ※ATは含まれていません |
344 分 |
| 途中交代出場数 | 0 回 |
| 試合日 | グループ | 対戦相手 | 勝敗 | 出場 |
|---|---|---|---|---|
| 2022-03-25 | 女子グループA | 追手門 | 負け | スタメン出場 |
| 2022-03-25 | 女子グループA | 神村学園 | 負け | スタメン出場 |
| 2022-03-26 | 女子グループA | 鎮西学院 | 勝ち | スタメン出場 |
| 2022-03-26 | 女子9位決定戦 | 柳ヶ浦 | 負け | スタメン出場 |
| 2022-03-27 | 女子9位決定戦 | 鎮西学院 | 勝ち | スタメン出場 |
| 試合日 | ゴール数 | シュート数 | 出場試合時間 | 警告/退場 |
|---|---|---|---|---|
| 2022-03-25 | 0 | 0 | 70 分 | 0 |
| 2022-03-25 | 0 | 1 | 70 分 | 0 |
| 2022-03-26 | 1 | 1 | 70 分 | 0 |
| 2022-03-26 | 2 | 5 | 70 分 | 0 |
| 2022-03-27 | 0 | 1 | 64 分 | 0 |
| 警告 | 0 |
|---|---|
| 退場 | 0 |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
select * from `players` where `players`.`deleted_at` is null and `players`.`id` = '1536' limit 1540μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 1536 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `matches` where `matches`.`deleted_at` is null and (`home_id` = '28' or `away_id` = '28') and `match_date` like '%2022%' and `is_filled` = '1'2.69msxs592524_sanixcup| Params | |
|---|---|
| 0 | 28 |
| 1 | 28 |
| 2 | %2022% |
| 3 | 1 |
| hints | Use SELECT * only if you need all columns from table |
select count(*) as aggregate from `goals` where `goals`.`deleted_at` is null and `match_id` = '102' and `goal_player_id` = '1536' and `created_at` like '%2022%'2.51msxs592524_sanixcup| Params | |
|---|---|
| 0 | 102 |
| 1 | 1536 |
| 2 | %2022% |
select count(*) as aggregate from `cards` where `cards`.`deleted_at` is null and `match_id` = '102' and `player_id` = '1536' and `created_at` like '%2022%'610μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 102 |
| 1 | 1536 |
| 2 | %2022% |
select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '19' and `leagues`.`id` is not null limit 1440μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 19 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select count(*) as aggregate from `goals` where `goals`.`deleted_at` is null and `match_id` = '104' and `goal_player_id` = '1536' and `created_at` like '%2022%'2.35msxs592524_sanixcup| Params | |
|---|---|
| 0 | 104 |
| 1 | 1536 |
| 2 | %2022% |
select count(*) as aggregate from `cards` where `cards`.`deleted_at` is null and `match_id` = '104' and `player_id` = '1536' and `created_at` like '%2022%'510μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 104 |
| 1 | 1536 |
| 2 | %2022% |
select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '19' and `leagues`.`id` is not null limit 1240μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 19 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select count(*) as aggregate from `goals` where `goals`.`deleted_at` is null and `match_id` = '106' and `goal_player_id` = '1536' and `created_at` like '%2022%'2.42msxs592524_sanixcup| Params | |
|---|---|
| 0 | 106 |
| 1 | 1536 |
| 2 | %2022% |
select count(*) as aggregate from `cards` where `cards`.`deleted_at` is null and `match_id` = '106' and `player_id` = '1536' and `created_at` like '%2022%'790μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 106 |
| 1 | 1536 |
| 2 | %2022% |
select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '19' and `leagues`.`id` is not null limit 1220μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 19 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select count(*) as aggregate from `goals` where `goals`.`deleted_at` is null and `match_id` = '121' and `goal_player_id` = '1536' and `created_at` like '%2022%'2.51msxs592524_sanixcup| Params | |
|---|---|
| 0 | 121 |
| 1 | 1536 |
| 2 | %2022% |
select count(*) as aggregate from `cards` where `cards`.`deleted_at` is null and `match_id` = '121' and `player_id` = '1536' and `created_at` like '%2022%'440μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 121 |
| 1 | 1536 |
| 2 | %2022% |
select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '29' and `leagues`.`id` is not null limit 1180μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 29 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select count(*) as aggregate from `goals` where `goals`.`deleted_at` is null and `match_id` = '123' and `goal_player_id` = '1536' and `created_at` like '%2022%'2.32msxs592524_sanixcup| Params | |
|---|---|
| 0 | 123 |
| 1 | 1536 |
| 2 | %2022% |
select count(*) as aggregate from `cards` where `cards`.`deleted_at` is null and `match_id` = '123' and `player_id` = '1536' and `created_at` like '%2022%'470μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 123 |
| 1 | 1536 |
| 2 | %2022% |
select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '29' and `leagues`.`id` is not null limit 1160μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 29 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select count(*) as aggregate from `goals` where `goals`.`deleted_at` is null and `goal_player_id` = '1536' and `created_at` like '%2022%'2.05msxs592524_sanixcup| Params | |
|---|---|
| 0 | 1536 |
| 1 | %2022% |
select count(*) as aggregate from `cards` where `cards`.`deleted_at` is null and `player_id` = '1536' and `color` like '%yellow%' and `created_at` like '%2022%'470μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 1536 |
| 1 | %yellow% |
| 2 | %2022% |
select count(*) as aggregate from `cards` where `cards`.`deleted_at` is null and `player_id` = '1536' and `color` like '%red%' and `created_at` like '%2022%'440μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 1536 |
| 1 | %red% |
| 2 | %2022% |
select count(*) as aggregate from `goals` where `goals`.`deleted_at` is null and `ass_player_id` = '1536' and `created_at` like '%2022%'2.05msxs592524_sanixcup| Params | |
|---|---|
| 0 | 1536 |
| 1 | %2022% |
select count(*) as aggregate from `goals` where `goals`.`deleted_at` is null and `team_id` = '28' and `created_at` like '%2022%'2.13msxs592524_sanixcup| Params | |
|---|---|
| 0 | 28 |
| 1 | %2022% |
select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '28' limit 1400μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 28 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `player_photos` where `player_id` = '1536' limit 1230μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 1536 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `groups` where `groups`.`id` = '3' and `groups`.`id` is not null limit 1190μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 3 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '29' and `teams`.`id` is not null limit 1170μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 29 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `groups` where `groups`.`id` = '3' and `groups`.`id` is not null limit 1140μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 3 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '15' and `teams`.`id` is not null limit 1160μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 15 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `groups` where `groups`.`id` = '3' and `groups`.`id` is not null limit 1130μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 3 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '16' and `teams`.`id` is not null limit 1160μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 16 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `groups` where `groups`.`id` = '17' and `groups`.`id` is not null limit 1130μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 17 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '18' and `teams`.`id` is not null limit 1160μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 18 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `groups` where `groups`.`id` = '17' and `groups`.`id` is not null limit 1260μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 17 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '16' and `teams`.`id` is not null limit 1220μsxs592524_sanixcup| Params | |
|---|---|
| 0 | 16 |
| hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |