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.
コラムには次のようなものがあります。
額:
12 2x25 192
この例で 2x25 を乗算して正しく ASC に並べ替えるにはどうすればよいでしょうか。
私の出発点:
SELECT * FROM table ORDER BY REPLACE(Amount,'x','*') ASC
TIA frgtv10