Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个脚本来搜索 MySQL 表(数据)。该表有两列(ID 和 PRICE)。搜索必须通过 ID 完成,价格必须显示在页面中,有什么想法吗?
查询将是
select price from table_name where id = your_id