|
|
|
|
|
by kroltan
1152 days ago
|
|
I lost the contents because I closed the window since then, but it was something like select staff_name, pod_group, weight_kg
from crew
where status != "deceased";
Interestingly, running this now gives me a different error on step 2, which definitely did not happen before: Error: Query failed: SelectSQL: queryAll: near ";": syntax error
My step 2 is: select
staff_name,
pod_group,
case
when weight_kg > 10 then weight_kg
else weight_kg * 10
end as fixed_weight
from filtered_crew
|
|
Just tested it, even added a bunch of spaces and line breaks at the end to see if that was confusing things but I still seemed to get through ok.
I want to fix this but for now could you try the steps without putting a semicolon at the end? Hopefully your patience/enthusiasm hasn't totally worn out at this point but even if you don't feel like reporting back I'm keen for you to be able to get past the frustration if you're still interested! :-)