Skip to content

Commit

Permalink
Update ydb/docs/ru/core/yql/reference/yql-core/types/_includes/serial.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Blinkov <[email protected]>
  • Loading branch information
shnikd and blinkov authored Sep 17, 2024
1 parent b17d0ef commit 1575892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ UPSERT INTO users (user_id, name, email) VALUES (4, 'Peter', '[email protected]'

Значения последовательности начинаются с единицы, выдаются с шагом равным единице и ограничены в зависимости от используемого типа.

Тип | Ограничение | Тип значения
Тип | Максимальное значение | Тип значения
----- | ----- | -----
`SmallSerial` | 2<sup>15</sup>–1 | `Int16`
`Serial2` | 2<sup>15</sup>–1 | `Int16`
Expand Down

0 comments on commit 1575892

Please sign in to comment.