Skip to content

Instantly share code, notes, and snippets.

View AlexeyKupershtokh's full-sized avatar

Alexey Kupershtokh AlexeyKupershtokh

  • Novosibirsk, Russia
  • 18:55 (UTC +07:00)
View GitHub Profile
@AlexeyKupershtokh
AlexeyKupershtokh / dump.sql
Last active March 21, 2024 02:00
Postgres DDL to Clickhouse converter
select
concat(
'create table ',
table_name,
'(',
string_agg(
concat(
column_name,
' ',
CASE when is_nullable = 'YES' THEN 'Nullable(' END,

Переводы можно делать по номеру +7952... Алексей Александрович К.