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.
varchar フィールドに格納されている数値を比較する必要があります。たとえば、テーブルがあります。
id | values 1 | 2 2| 154 3 | 88 4 | 35
フィールドにint属性を使用できればvaluesすべて問題ありませんが、varcharを使用する必要があります。簡単な解決策はありますか?
values