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 / rajesh venati
Actually i didn't get u r question exactly, As per above
question, it will also work
select page_no from book where page_no not in(1,101);
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is sql deadlock?
How do you get column names only for a table (sql server)?
What are different types of queries in sql?
What is data type in sql?
Can we debug stored procedure?
Do we need to create index on primary key?
What is mdb stand for?
how to increment dates by 1 in mysql? : Sql dba
How many commands are there in sql?
What is a parameter query?
Which command is used to call a stored procedure?
what is data manipulation language? : Sql dba
What is type and rowtype in pl sql?
What are the limitations of sql express?
What is pl sql block structure?