Skip to content

Exploring the limits of sqlite_orm #936

@juandent

Description

@juandent

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< 5000

Interesting!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions