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.
テーブルにいくつかの数値を含む列があります。各値の 85% を見つけて、その横の列に表示する必要があります。
次のようなクエリを使用します。
select percent, percent * .85 as new_percent from your_table.
select percent, percent * .85 as new_percent from your_table