Hi,
If Your Table contains seperate first name and last name columns then the following Query will solve ur problem
SELECT customerid
FROM customertable
WHERE firstnamecolumn = secondnamecolumn;
This will fetch u all the customers who have firstname and secondname same.
If this is not ur...
Hi Buddies,
I have a small doubt. Can any of u help me out in this regard
I hope Everybody knows about the EMP Table.
I want to use the hiredate of the employee.
My requirement is to display his/her experience in days
For Example
If he has 400 days of experience then my output Should...
Dear Cantor,
A value of datatype LONG was used in a function or in a DISTINCT, WHERE, CONNECT BY, GROUP BY, or ORDER BY clause. A LONG value can only be used in a SELECT clause.
In your DataLink u might have used CONNECT BY
SO u r getting the error.So u cannot copy LONG value across...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.