gregrahn/tpcds-kit

Running the tests for MySQL Server

bhargavkn opened this issue · 1 comments

Hi gregrahn,

Thank you for this repository

I have an error trying to run the tests on a MySQL server on my machine. I suppose it has to do with the fact that the 'with' operator isn't supported in MySQL. Can help me out in trying to run these tests on a MySQL server?

Any help is appreciated.

Thanks,
Bhargav

There certainly may be queries that MySQL lacks the SQL language support for but there's no magic fix for that. Either MySQL has support or it does not.