1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-4033: table changed to lowercase.

This commit is contained in:
benthompson15
2020-06-12 14:35:54 -05:00
parent 12511690ea
commit abb8aa3d8b

View File

@ -22,6 +22,6 @@ select
end DATATYPE,
SCALE, PREC, COLUMNLENGTH COLLEN, COLUMNPOSITION POS, COMPRESSIONTYPE CT
from
SYSCOLUMN
syscolumn
order by
`schema`, TABLENAME, POS;