SQL> select '&_date' from dual;
09-AUG-08
SQL> alter session set nls_date_format = 'mm/dd/yyyy hh24:mi:ss';
SQL> select '&_date' from dual;
08/09/2008 16:20:03
How to get URL of commentator
-
We sometimes get questions about how to get the web address/URL of a
commentator in our blog. Blogger.com has not provided any way to do that.
However, the...
7 years ago
No comments:
Post a Comment