-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
InformixAlchemy/IfxAlchemy/base.py
Line 351 in 736ffc8
| 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
Labels
No labels