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 id_no, account, balance, odlimit,
CASE
WHEN (odlimit = '00' AND balance < '00') OR (odlimit = '500' AND balance < '-500') THEN 'Y'
ELSE 'N'
END AS newcolumn
FROM tbl