~hartmut-php/drizzle/drizzle-codegen

« back to all changes in this revision

Viewing changes to tests/r/func_sapdb.result

  • Committer: Hartmut Holzgraefe
  • Date: 2009-02-21 11:38:51 UTC
  • mfrom: (884.1.12 drizzle)
  • Revision ID: hartmut@mysql.com-20090221113851-p2n577trxbr8ip7v
mergeĀ fromĀ lp:drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
datediff("1997-11-30 23:59:59.000001","1997-12-31")
61
61
-31
62
62
select datediff("1997-11-31 23:59:59.000001","1997-12-31");
63
 
datediff("1997-11-31 23:59:59.000001","1997-12-31")
64
 
NULL
65
 
Warnings:
66
 
Warning 1292    Incorrect datetime value: '1997-11-31 23:59:59.000001'
 
63
ERROR HY000: Received an invalid datetime value '1997-11-31 23:59:59.000001'.
67
64
select datediff("1997-11-30 23:59:59.000001",null);
68
65
datediff("1997-11-30 23:59:59.000001",null)
69
66
NULL