Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 118(0.001 seconds)
Sort By:
 
How can we apply AVG, COUNT, MAX, MIN, NUMBER, STD, SUM and VARIANCE functions in COMPUTE command. I am not getting the correct results.                               For RECOVER command can you ...
Zones: OracleDate Answered: 03/26/2002 Rating: 9.8 Views: 0
hello everyone, I am a student and i have a basic doubt. I installed Oracle on a Windows98 machine as a stand alone application. I am not able to login coz i dont know what the host string mean...
Zones: DatabasesDate Answered: 02/22/2004 Rating: 7.4 Views: 0
I HAVE A TABLE NAMED: EMP TWO COLUMNS: ENAME AND 1RST_OCCUR. I MUST FIND THE FIRST OCCURRENCE OF 'L' IN ENAME AND CHANGE IT TO 'X'. SAMPLE: ENAME             1RST_OCCUR --------             ...
Zones: OracleDate Answered: 10/31/2003 Rating: 7.6 Views: 9
I have a table emp , one of it colum name is companyname(varchar2), empname . companyname can contain null rows. Question :: How I can find the empname from emp who are not assigned to any comp...
Zones: Oracle 10.x, PL / SQLDate Answered: 12/17/2007 Rating: 9.0 Views: 0
I am creating a view in SQL PLUS.  The view is using many table.  I want to use a create a calculated field based 2 dates fields (one of which is displayed in the view and one that is not). Righ...
Zones: OracleDate Answered: 03/01/2008 Rating: 8.8 Views: 96
I'm doing a small database migration. I use a staging table to put temporary data before putting it in the new databse. I've look at it the whole day. THe WHERE condition is wrong :( select ...
Zones: Oracle, PL / SQLDate Answered: 03/12/2008 Rating: 7.7 Views: 0
Hi, I have 2 tables A and B. A has email addresses (example: abc@infinata.com) and B has domain names (example: infinata.com) I want to find out a sql query that would remove all email addre...
Zones: PL / SQL, SQL SyntaxDate Answered: 09/10/2008 Rating: 8.2 Views: 4
I'm running a SQL Plus command with parameters and they are working correctly, but when I look at the spool output, the first 2 lines are showing the replacement of the variables to the passed para...
Zones: Oracle, Databases, PL / SQLDate Answered: 01/13/2009 Rating: 9.3 Views: 0
Hello Experts, I am using the following script in SQL PLUS: select 'SELECT count('||column_name||')       from '||table_name||' ;' from all_tab_columns where owner = 'OWNER NAME' which generates ...
Zones: SQL Syntax, OracleDate Answered: 05/29/2009 Rating: 9.2 Views: 0
What SQL statement do I use to get a list of all columns in a table along with a count of the values in each column?  I'm using SQL plus and I'm querying an Oracle database.
Zones: SQL SyntaxDate Answered: 06/01/2009 Rating: 6.9 Views: 0