Re: The tragedy of SQL

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: The tragedy of SQL
Дата
Msg-id alpine.LNX.2.20.2109140545490.306@salmo.appl-ecosys.com
обсуждение исходный текст
Ответ на Re: The tragedy of SQL  (Guyren Howe <guyren@gmail.com>)
Ответы Re: The tragedy of SQL  (Bèrto ëd Sèra <berto.d.sera@gmail.com>)
SQL queries as sets: was The tragedy of SQL  (Steve Litt <slitt@troubleshooters.com>)
Список pgsql-general
On Mon, 13 Sep 2021, Guyren Howe wrote:

> They are making a decent decision. SQL is a *fucking terrible* language,
> which I don’t blame them for not wanting to learn.

>> SQL is not the problem. Problem are the devs. I love SQL. I hate orms.
>> The problem with databases is people refuse to treat it as the entity it
>> is and want to use their beautiful OO system. Problem is databases are
>> not OO. We need to recognize that and treat databases as databases.

Guyren/Hemil,

As a non-SQL expert who's used postgres since 1997 I've come to believe the
basic issue is that SQL is based on sets, neither procedural or object
oriented. Few people think in sets so they try to fit SQL into what they
know rather than understand the how sets work.

Rich



В списке pgsql-general по дате отправления:

Предыдущее
От: Wim Bertels
Дата:
Сообщение: Re: The tragedy of SQL
Следующее
От: Bèrto ëd Sèra
Дата:
Сообщение: Re: The tragedy of SQL