-
-
Notifications
You must be signed in to change notification settings - Fork 340
Open
Labels
Description
Hi Eugene,
I am exploring the limits of sqlite_orm. I found an interesting SQL statement which I think is not currently possible yet runs in SQLITE with no problem:
select * from (select salary, comm as commmission from emp) where salary< 5000Interesting!!
Reactions are currently unavailable