【发布时间】:2022-08-24 18:13:36
【问题描述】:
select Children that survived past 5 years of age per woman from childmortality;
此查询显示错误无效的语法。 我猜这与列名中的整数 5 有关。 所以我尝试了这个:
select Children that survived past `5` years of age per woman from childmortality;
但我仍然遇到同样的错误。 关于我做错了什么的任何想法?