Hi!

Is anything like "select 7 as a, 8 as b, a / b as c;" possible?

I.e., I select one value into one column and another into another (it's a
subselect, expression etc.), and then I want to generate a separate column
that's an expression involving both the earlier two generated values.
Possibly even giving that value a name so I can sort based on it.

Is this doable whatsoever?

Thanks,
Mikael
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to