Hi All,
I want to redirect to another url but the url location should not change.
example:
I have one site www.xyz.com on click of one link from one of the page in this site ,it will get redirected to www.abc.org.
Here requirement is after redirection browser should display the www.xyz.com...
Hi,
I am trying to create a table in Oracle using a select query.
create table xxx as select AVG(column_name) from table_name;
create table xxx as select 0.12 from dual;
xxx is creating me a table with avg column values as integers in oracle 10g.
In 9i it creating with decimal values...
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.