Hi all,
In SQL Server 7.0, I can get top 5 records order by date very easy with this syntax:
SELECT TOP 5 column1 FROM table1
WHERE condition1
ORDER BY column2
But in Oracle8, I don't know how to do that. Someone can help me? MCSD BW.
I installed Oracle 8.1.7 and when I create a database, an user with name "Internal" and password "manager" is ready. How can I change internal's password or delete it.
I tried with: "ALTER USER internal IDENTIFIED BY test" and got an error: "user 'internal'...
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.