Open StpMax opened 3 years ago
dfsql.sql_query( "SELECT * FROM COLUMNS WHERE COLUMNS.TABLE_SCHEMA = 'MINDSDB' AND COLUMNS.TABLE_NAME = 'predictors' ORDER BY COLUMNS.ORDINAL_POSITION", ds_kwargs={'case_sensitive': False}, reduce_output=False, **{table_name: dataframe} )
after and columns.column_name should be there instead of table name
@StpMax can we archive this project? or close issue?
This query produce
KeyError('COLUMNS.ORDINAL_POSITION')
:Dataframe has column 'ORDINAL_POSITION'