Chai,
Just miss out the order by, it has no meaning in a table definition.
ie
Create table blah2 asselect pin from tbs_billing_recordwhere date(start_time) between '01-JAN-2000' and '23-JAN-2000';
Dave