We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UNIX_TIMESTAPM()
UNIX_TIMESTAMP()
1 parent c2cf5e5 commit 111fd88Copy full SHA for 111fd88
src/Processor/Expression/FunctionEvaluator.php
@@ -903,7 +903,7 @@ private static function sqlUnixTimestamp(
903
}
904
return \strtotime($column) ?: null;
905
default:
906
- throw new ProcessorException("MySQL UNIX_TIMESTAPM() SQLFake only implemented for 0 or 1 argument");
+ throw new ProcessorException("MySQL UNIX_TIMESTAMP() SQLFake only implemented for 0 or 1 argument");
907
908
909
0 commit comments