Azure Jane Lunatic (Azz) 🌺 (
azurelunatic) wrote2003-04-23 01:20 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
GHA.
SQL. I can do *calculated* columns just fine, but I'm not sure how to handle this one that says to have it say "High-priced" in a column if the price is above 16000. GHA.
Help?
Help?
no subject
I guess my brain was on vacation that day?
Ah well.
For the few problems I failed to make it get, I set the offending code and results in two points larger font, and bolded it, for the instructor's convenience.
no subject
as select titles.title_id, advance,
if price > 1600 then "High-priced" else ""
from titles, price
something like that.
no subject