Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3 Answer:select length(trim('ram charan singh')) - length (replace (trim ( 'ram charan singh'),' ','')) +1 from dual The above query working properly when space between the words is only one &similar But ,If the space between the words is nonuniform. Ex:'ram charan singh is good' ans:5 i am not getting this answer using above query.
3 7039How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.
2180how to select alphabets in a one column , for this the table name is PA_TASKS and column name is TASK_NUMBER, In TASK_NUMBER the data like this 1.1.3NN,1.1.4NN,1.5.1NN,1.3.2NE,1.5NN,1NN,1.2NE,1CE , For this i need to disply output as only NN,but not other alphabets, if NN is thre means i should display , otherwise leave that blank or empty Its some urgent requirement ,thanks in advance
2 4806One Table having two rows with one colomn having values Like"Male" and "Female". how to upadte these values Like "Female" and "Male" in single update statement.
6 16053If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
2 4920hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
1999If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
IBM,
7 10770Post New Oracle General Questions
What happens if the imported table already exists?
How to rollback the current transaction in oracle?
What are the tools for Oracle ?
Difference between varchar and varchar2 data types?
Explain the use of constraints option in exp command.
What is a snapshot log?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
material view and view disadvantages?
definition of cluster and non-clustered index?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
How to define a cusotmer as a supplier in ORACLE R12
how may join possible between (requisition with purchase order)
How to pass parameters to procedures?
What is a system tablespace?
How to use values from other tables in update statements using oracle?