VK
Size: a a a
VK
N
N
VK
VY
N
DO
ПР
N
VK
ДМ
D
VY
stderr
. соответственно:2>&1
в конце вызова скрипта перед конечно же после редиректа в файл> file
на &> file
> file 2> stderr
YS
ДМ
YS
ДМ
SELECT id, user_id, phone_number, country_code, contact_name, email, company, job_title, account_name, contact_group, created_at, updated_times, contact_originв phone_number может быть любая строка)
FROM public.contacts
where (country_code = '0' or country_code = '254') and phone_number = '522999596'
Но
YS
SELECT id, user_id, phone_number, country_code, contact_name, email, company, job_title, account_name, contact_group, created_at, updated_times, contact_originв phone_number может быть любая строка)
FROM public.contacts
where (country_code = '0' or country_code = '254') and phone_number = '522999596'
Но
CREATE INDEX ON contacts(phone_number, country_code);
DG
ДМ
CREATE INDEX ON contacts(phone_number, country_code);