desc emp;
Name Null? Type
------------------------------- -------- ----
EMPNO NOT NULL NUMBER(4)
ENAME ...
http://www.experts-exchange.com/Database/Oracle/Q_20163827.html
Zones:
OracleDate Answered: 08/17/2001 Rating: 6.6 Views: 0
This question is in continuation with the one i had asked previously regarding stored procedure, that question has already be answered and graded
the new question is --
i am using a cursor, the s...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20245541.html
Zones:
MS SQL ServerDate Answered: 12/12/2001 Rating: 9.4 Views: 0
Hi All,
I'm doing some migration work, and i want to create corresponding "delete" statements for each row that i copy...
e.g.
For a row in table x...
Name1 Name2 Number1
-----------...
http://www.experts-exchange.com/Database/Sybase/Q_20326617.html
Zones:
SybaseDate Answered: 06/22/2004 Rating: 6.0 Views: 0
MFC application is connected to the MS-Access 97 database using ODBC DSN.
Is it possible to rename a column name in MS-Access dynamically from MFC ? If So,
What is the command / function to ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20340271.htm...
Zones:
Windows MFCDate Answered: 07/15/2004 Rating: 7.2 Views: 0
Hi every Body i want a triggers to make sum for 2 columns .
Ex i have a Table name TestOver with 3 column Salary1, Salary2 and Total
if i add( insert ) any value like in Salaey1 = 3, in Salary2 ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20562263.html
Zones:
MS SQL ServerDate Answered: 03/28/2003 Rating: 8.8 Views: 0
CREATE PROCEDURE [dbo].[spSearchItems]
@survey_id nvarchar(50),
@survey_admin nvarchar(50),
@agegrade_id nvarchar(50),
@subject_id nvarchar(50),
@keyword_id nvarchar(50),
@factor_id nvarchar...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20621995.html
Zones:
MS SQL ServerDate Answered: 05/21/2003 Rating: 8.2 Views: 0
This is my very first try at this. I hope someone helps me as I am at a loss.
I have a datasheet subform on a form in that is fed directly by a query. When you place highlight a section of ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20786752.html
Zones:
MS AccessDate Answered: 11/04/2003 Rating: 9.2 Views: 0
Hey,
I am writing an app. in Java. I want to create a method to create an insert query, for example:
INSERT INTO tableName (Col_1, Col2) VALUES ("One", "Two") ;
Is there a way in SQL to find ...
http://www.experts-exchange.com/Database/MySQL/Q_20898254.html
Zones:
MySQL ServerDate Answered: 02/26/2004 Rating: 7.4 Views: 0
Hello Everyone!
I have a table say abc the column names are c1, c2, c3, c4,c5 etc
i have one another table say efg with column names Field, value
c1 c2 c3 c4 c5 c6.....
x x x ...
http://www.experts-exchange.com/Database/Oracle/Q_20987966.html
Zones:
OracleDate Answered: 11/06/2004 Rating: 8.0 Views: 0
Hi,
I'm looking fora way to increase the Column Name size in MSSQL which is currently limited to 128 char. I'm trying to auto create TABLE with variable column name in MSSQL. Thus the column name ...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21150722.html
Zones:
DatabasesDate Answered: 12/05/2004 Rating: 8.2 Views: 0