Skip to content

does it support sub-query search #673

Open
@kenho2017

Description

@kenho2017

I would like to do sth following:

select t1.* from <table_1> as t1
where t1.firstname in (select t2.firstname from (select distinct firstname from <table_1> order by firstname) t2)
order by t1.lastname

Does it support sub-query function?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions