suppose u hav 1 book with set...page 1-100 n 101 -200
now print page from 2-100 n 102 -200...
how we will do..?

Answer Posted / tamilarasan

If you run this query select page_no from book1 where mod
(page_no,100) != 1

in a single column u will get the page nos as follows

RESULT
-------
2.
...
100
102
...
200

Is this the one you want?

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use join in subquery?

773


What is a boolean in sql?

702


What is server name sql?

798


Which operator is used in query for pattern matching?

831


What is a join query?

722






Is it possible to link two groups inside a cross products after the cross products group has been created?

765


What are % type and % rowtype?

772


Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me

1729


How many sql statements are used?

741


What is equi join in sql?

794


What is the use of <> sql?

735


Which data type is a composite type?

732


What plvcmt and plvrb does in pl/sql?

1055


define join and explain different type of joins? : Sql dba

733


What is the advantage of nosql?

729