~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_timestamp.result

  • Committer: Monty Taylor
  • Date: 2009-03-05 02:06:48 UTC
  • mfrom: (907.1.8 trunk-with-temporal)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: mordred@inaugust.com-20090305020648-7jk1gie4lqsi22g8
Merged from Jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
UNIX_TIMESTAMP(CONCAT(Jahr,'-',Monat,'-',Tag)) AS Unix
7
7
FROM t1;
8
8
Date    Unix
9
 
1998-9-16       905893200
10
 
1998-9-16       905893200
 
9
1998-9-16       905904000
 
10
1998-9-16       905904000
11
11
drop table t1;