How to select some rows from a table in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to empty your oracle recycle bin?
write sql query following source are EmpID, Salary 101 1000 102 2000 103 3000 I want the output format like following empid,sal,composite_sal 101 1000 1000 102 2000 3000 103 3000 6000
How can one skip any number of rows while loading the DB tables with SQL Loader? Similarly how can one skip any column?
How index is implemented in oracle database?
What is a Shared SQL pool ?
What is self-referential integrity constraint ?
how to truncate date and get only time part 9:20:00
How can I see all tables in oracle?
What are a collation and state the different types of collation sensitivity?
How do we switch from init.ora file to asp file?
The join defined by the default data link is an outer join yes or no ?
how to get required data from oracle source is like this ram_05_seetha lax_05_viswa bamr05frummy run_01_away sw_sas_trim i want my target data like ram_05_seetha lax_05_viswa to get data using %_05_% but it will give ram_05_seetha lax_05_viswa bamr05frummy how can i get my target data?