suppose we have values like 1 5 7 in a colum.Now we want
numbers like(2 3 4 6) that exists between 1 5 7.How can we
do this using sql query??
Answer Posted / ramya p
You could also use this query:
select * from <table_name>
where mod(column,2)=0;
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
What are the advantages of pl sql?
How to return multiple rows from the stored procedure?
What is a constraint? Tell me about its various levels.
When is a declare statement required?
What is embedded sql in db2?
Does sql use python?
What is procedure explain with program?
What is view explain with example?
what is a constraint? : Sql dba
Explain the difference in execution of triggers and stored procedures?
What is trigger price?
Can we use ddl statements in stored procedure sql server?
How can you load multi line records? : aql loader
What is the meaning of disabling a trigger?
define data blocks ? : Sql dba