How to get Rows Count

Поиск
Список
Период
Сортировка
От Abdul Wahab Dahalan
Тема How to get Rows Count
Дата
Msg-id 40429AA1.4060905@mimos.my
обсуждение исходный текст
Список pgsql-sql
>
>
>a       b      d    c  
>01      02     b    *  
>01      02     a    *  
>02      03       
>02      04     b    *  
>02      04     a    *  
>03      05  
>04      06  
>
If I've a table like above, how do I make a query to get rows count that 
doesnt have '*' in it.

Can we have other queries than this : Select count(c) from tablename 
where c !='*';
or Select count(c) from tablename where c <> '*';




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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Trouble with composite types
Следующее
От: Michael Chaney
Дата:
Сообщение: Re: Postgres DB