can you give me a sql example to explain this?

Поиск
Список
Период
Сортировка
От jacktby@gmail.com
Тема can you give me a sql example to explain this?
Дата
Msg-id 202210252254363052638@gmail.com
обсуждение исходный текст
Ответы Re: can you give me a sql example to explain this?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
/*
 * In a "leaf" node representing a VALUES list, the above fields are all
 * null, and instead this field is set.  Note that the elements of the
 * sublists are just expressions, without ResTarget decoration. Also note
 * that a list element can be DEFAULT (represented as a SetToDefault
 * node), regardless of the context of the VALUES list. It's up to parse
 * analysis to reject that where not valid.
 */
List    *valuesLists; /* untransformed list of expression lists */

I need to understand what this is used for?

jacktby@gmail.com

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

Предыдущее
От: "jacktby@gmail.com"
Дата:
Сообщение: Re: Re: please give me select sqls examples to distinct these!
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: can you give me a sql example to explain this?