Help for this page

Select Code to Download


  1. or download this
    WHERE asof_date = '$test_date'
    
  2. or download this
    WHERE asof_date = ?
    
  3. or download this
    $sth->execute($test_date);