Simple selection (5)
•SELECT x.rmag, x.bmag
•FROM sources x
•WHERE x.rmag < x.bmag;
•
•result:
•      RMAG       BMAG
•---------- ----------
•     13.33      14.31
Use of aliasses!