Re: hi ........i have a query related to MS reporting services

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: hi ........i have a query related to MS reporting services
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA355C9@algol.sollentuna.se
обсуждение исходный текст
Ответ на hi ........i have a query related to MS reporting services  (Dinesh Tiwari <tiwaridinesh22@yahoo.com>)
Список pgsql-sql
> HI to all of you. I am a new member of this group and this is my
> first mail in this group.I am working in MS Reporting services.And
> i am new in this job.
>
> I have a problem.
> There is a table which has many columns.
> and i have to give selection to client that he can select any top
> 10,25,500,1000, sales  by departmentment there are more than 10
> department and he want to see top ten seelings in each department.
> How i can do it.
> without using top 10 syntax iin query.
> i dont have to use top 10 sales from table syntax.
> so please help me.

Take a look at LIMIT.
http://www.postgresql.org/docs/8.1/interactive/queries-limit.html

//Magnus



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

Предыдущее
От: Aarni Ruuhimäki
Дата:
Сообщение: Re: double precision vs. numeric
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Create Assertion -- Question from a newbie