我想在php页面的查询中使用内连接和顺序.
我的查询:
select
*
from
table1
inner join
table1category
on table1.table1category_id = table1category.id
order by updateDate desc;
Run Code Online (Sandbox Code Playgroud)
'updateDate'用于table1 =>错误:order子句中的列'updateDate'不明确