Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 96bcfcd

Browse files
authored
Update TODO.md
1 parent d4209b4 commit 96bcfcd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎functions/gender_by_name/TODO.md‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@ select gender_by_name(e'Нематов\nУмат'); --female
1212

1313
# Неопределяется пол
1414

15-
См. `JOB-9968` Скорее всегоо нужно пополнить словарь новыми именами.
15+
```sql
16+
select gender_by_name(fio)
17+
from unnest(string_to_array('Мерине Сафарян,Маэму Шавкатжон,Симба Анселму,Этаба Эстелль,Григорян Лаэрт', ',')) as u(fio)
18+
where trim(fio) != '';
19+
```
20+
21+
Скорее всего нужно пополнить словарь новыми именами.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /