Hi,
>
> select count(ContentsCD) from tMailContentsF where AccountCD=_AccountCD_
> and FolderCD=_FolderCD_;
>
I am using this logic in another page. However I still need to run
select count(*) from tMailContentsF;
because I want to get all data. ( I do not have where condition)