Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT Payment, Status,
CASE Status WHEN "value a" THEN Payment END Payment_A
FROM YourTable
Payment Status Payment_A
10.00 value a 10.00
12.00 value b NULL
8.00 value c NULL
10.00 value a 10.00