/
githubmirror
/
ydb-jdbc-driver
Обзор
Документация
Войти
/
githubmirror
/
ydb-jdbc-driver
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
jdbc/src/test/resources/sql/upsert/in_memory.sql
79 строк
1 KB
Alexandr Gorshenin
feat: tests for Date32, Datetime64, Timestamp64, Interval64
23 май 2025, 14:32
Не верифицирован
23 май 2025, 14:32
38d119d
Код
Авторство
О чём код?
$ignored = select 1; UPSERT INTO #tableName ( key, c_Bool, c_Int8, c_Int16, c_Int32, c_Int64, c_Uint8, c_Uint16, c_Uint32, c_Uint64, c_Float, c_Double, c_Bytes, c_Text, c_Json, c_JsonDocument, c_Yson, c_Uuid, c_Date, c_Datetime, c_Timestamp, c_Interval, c_Date32, c_Datetime64, c_Timestamp64, c_Interval64, c_Decimal, c_BigDecimal, c_BankDecimal ) VALUES ( ?, -- key ?, -- c_Bool ?, -- c_Int8 ?, -- c_Int16 ?, -- c_Int32 ?, -- c_Int64 ?, -- c_Uint8 ?, -- c_Uint16 ?, -- c_Uint32 ?, -- c_Uint64 ?, -- c_Float ?, -- c_Double ?, -- c_Bytes ?, -- c_Text ?, -- c_Json ?, -- c_JsonDocument ?, -- c_Yson ?, -- c_Uuid ?, -- c_Date ?, -- c_Datetime ?, -- c_Timestamp ?, -- c_Interval ?, -- c_Date32 ?, -- c_Datetime64 ?, -- c_Timestamp64 ?, -- c_Interval64 ?, -- c_Decimal ?, -- c_BigDecimal ? -- c_BankDecimal )