sql server 2008 - How to add additional conditions to WHERE clause in SQL pagination query -


I have a pagination query which is executed on 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 it's working fine. Although I have filters and sometimes I want to show the extra code as ... 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%   

but I get an error How to add filtering clauses?

you % J% :

  Seq where seq.rownum between 0 and 10 and the first name '% Jh%'    

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -