vladd11

Results 1 comments of vladd11

> Hello. Probably UPSERT can help with your task. https://ydb.tech/en/docs/yql/reference/syntax/upsert_into No, it can't. ``` UPSERT INTO users(id, phone, sms_code, sms_code_expiration) VALUES (?id, ?phone, ?sms_code, ?sms_code_expiration); ``` will update `id` column...