Welcome to my personal place for love, peace and happiness❣️

Tag: SQL

3 posts

Introduction to Bash and SQL, Git and Docker

Хорошие книги от Bobby Iliev https://bobbyiliev.com/

1 mo   bash   Books   SQL

Загрузка данных iceberg в Trino

insert into iceberg.my_schema_i.taxi_i select * from hive.my_schema_h.taxi_p

2023   SQL

Классификация в Trino

CREATE SCHEMA delta.my_schema_d WITH (location = ‘s3a://test/delta_p’);

2023   SQL