You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-25 20:23:16 +03:00
15 lines
460 B
Plaintext
15 lines
460 B
Plaintext
# -------------------------------------------------------------- #
|
|
# Test case migrated from regression test suite: bug2887_negative.sql
|
|
#
|
|
# Author: Daniel Lee, daniel.lee@mariadb.com
|
|
# -------------------------------------------------------------- #
|
|
#
|
|
--source ../include/have_columnstore.inc
|
|
#
|
|
USE tpch1;
|
|
#
|
|
# WWW 6/2/2010. No longer a negative test case courtesy of DHill implementing the hour function.
|
|
select avg(hour(cdatetime)+1) from datatypetestm;
|
|
#
|
|
|