MySQL查询指定关键字的其他信息

select area from fj where id=2;//在 表fj 中查询 id为2 的这条数据 的 area值
select 列名称(表头) from 表名称 where 列名称(表头)=关键字;

原文地址:https://www.cnblogs.com/cnwy/p/11882244.html