Skip to content

Commit 801365b

Browse files
author
Rinat Mukhtarov
committed
created array and phone dir
1 parent 9444c54 commit 801365b

21 files changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ WHERE email IS NOT NULL -- skip NULL
202202
Домен [`phone.sql`](domains/phone.sql) для валидации номера телефона в международном формате E.164
203203

204204
См. ещё функции:
205-
1. [`phone_normalize.sql`](functions/phone_normalize.sql)
206-
1. [`phone_parse.sql`](functions/phone_parse.sql)
207-
1. [`phone_format.sql`](functions/phone_format.sql)
208-
1. [`phone_format_record.sql`](functions/phone_format_record.sql)
205+
1. [`phone_normalize.sql`](functions/phone/phone_normalize.sql)
206+
1. [`phone_parse.sql`](functions/phone/phone_parse.sql)
207+
1. [`phone_format.sql`](functions/phone/phone_format.sql)
208+
1. [`phone_format_record.sql`](functions/phone/phone_format_record.sql)
209209

210210
#### Как провалидировать значение поля, только если оно явно указано в UPDATE запросе?
211211

@@ -272,7 +272,7 @@ CREATE TABLE my_table (
272272
)
273273
);
274274
```
275-
Дополнительно смотри [`array_unique.sql`](functions/array_unique.sql)
275+
Дополнительно смотри [`array_unique.sql`](functions/array/array_unique.sql)
276276

277277
#### Как сделать аналог функции `make_set()` из MySQL?
278278

@@ -391,7 +391,7 @@ WHERE EXISTS(
391391

392392
#### Агрегатная функция конкатенации (объединения) массивов
393393

394-
Смотри [`array_cat_agg.sql`](functions/array_cat_agg.sql)
394+
Смотри [`array_cat_agg.sql`](functions/array/array_cat_agg.sql)
395395

396396
#### Как получить одинаковые элементы массивов (пересечение массивов)?
397397

File renamed without changes.

0 commit comments

Comments
 (0)