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テーブル(データ)を検索するスクリプトを作成したいと思います。テーブルには2つの列(IDとPRICE)があります。検索はIDで行う必要があり、価格はページに表示する必要があります、何かアイデアはありますか?
クエリは次のようになります
select price from table_name where id = your_id