sql server 2008 - How to add additional conditions to WHERE clause in SQL pagination query -
I have a pagination query which is executed on And it's working fine. Although I have filters and sometimes I want to show the extra code as but I get an error How to add filtering clauses? you SQL Server 2008 rs2 and It looks like: [Client] as TBL [as Client] SEQ WHERE (PDA) as [Customer] SEC Where (as Client ID) Seq.rownum 0 and 10
... and like stuff but I can not understand where the place to do it is. I tried:
seq where seq.rownum between 0 and 10 and the first% zu%
% J% :
Seq where seq.rownum between 0 and 10 and the first name '% Jh%'
Comments
Post a Comment