Skip to content

LIMIT keyword had some thing wrong #5

@parthiv11

Description

@parthiv11

return " FETCH FIRST %s ROWS ONLY" % select._limit

There Is some problem this Limit clause function.

For query= "SELECT ^ FROM <table_name> limit 9" it gives SELECT * FROM <table_name> FETCH ONLY FIRST 9;
But it should be like SELECT FIRST 9 ^ FROM <table_name>

Please help me I am stuck during working on project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions