Dynamic sql real examples

Поиск
Список
Период
Сортировка
От Gabriel Filipiak
Тема Dynamic sql real examples
Дата
Msg-id CALy5J6UXNve-nZGXCgWAfYKdPjHvN_MZNitU_L0m=J0mzX+nNg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Dynamic sql real examples
Re: Dynamic sql real examples
Список pgsql-general
Hi all,

I have lately learned what is dynamic sql and one of the most interesting features of it to me is that we can use dynamic columns names and tables. But I cannot think about useful real life examples. The only one that came into my mind is statistical table.

Let`s say that we have table with name, type and created_data. Then we want to have a table that in columns are years from created_data column and in row type and number of names created in years. (sorry for my English)

What can be other useful real life examples of using dynamic sql with column and table as parameters? How do you use it?


I am particulary interested in examples that do not contain administrative things or database convertion or something like that, I am looking for examples where the code in example java is more complicated than using a dynamic sql in for example stored procedure.

Thanks for any suggestions and help :) regards Gabe



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

Предыдущее
От: Jayadevan M
Дата:
Сообщение: Re: Conceptual Architecture
Следующее
От: Gabriel Filipiak
Дата:
Сообщение: Re: Dynamic sql real examples