Help for this page

Select Code to Download


  1. or download this
    
    perl -e 'use DBI;$h = DBI->connect("dbi:Oracle:XE","xxx","yyy");
    ...
    $s = $h->prepare("select sys_extract_utc(systimestamp) from dual");
    $s->execute;DBI::dump_results($s);'
    
  2. or download this
    "27-JUN-07 01.48.13.876853000 PM"
    1 rows
    "20070627 13:48:13"
    1 rows