如果我在使用ODBC查询Access DB时使用除SELECT *
之外的任何条件,我会收到以下错误:No tuples available at this result index
有什么想法吗?这是特定的GROUP BY查询:
$result = odbc_exec($this->connection, "SELECT * FROM MyTable GROUP BY MyColumn");
odbc_result_all($result);
修改
直接从mdbtools的命令行工具运行查询后,我得到以下内容:
Error at Line : syntax error near GROUP