Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
No Answer is Posted For this Question
Be the First to Post Answer
If 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
How to speed up webrick?
What is a view and how is it different from a table?
what is difference between where clause and having clause?
If server is in US and client is in india there is timezone is diffrence, How can we display date in indian time when data is displayed from US server timezone?
How to call a stored procedure inside a trigger? Give an example.
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
Can a formula column referred to columns in higher group ?
Explain what are the uses of rollback segment?
What exactly do quotation marks around the table name do?
In my table i have 4 columns with 100 records but in that 4 columns one column contains all NULL values so can i add NOT NULL CONSTRAINT on that column......... ok if it is not possible, can i add NOT NULL CONSTRAINT from 101 Record Onwards?
What are a collation and state the different types of collation sensitivity?