SamYan
SamYan
Thanks for response but is it really problematic to use lambas in that position ?
An unmaintained project equals a dead project. Sorry.
> At the moment you can use [$query->epilog()](https://api.cakephp.org/4.3/class-Cake.Database.Query.html#epilog()) Is possible use epilog() in this case? ````mysql SELECT * FROM employees PARTITION (p1) WHERE id = 1 ````
> > Is possible use epilog() in this case? > > ```sql > > SELECT * FROM employees PARTITION (p1) WHERE id = 1 > > ``` > > I...
> > ```sql > > PARTITION > > ``` > > Which SGBD is it? Is there an equivalent for all main SGBDs (mysql, sqlserver, postgres and sqlite) ? Hello,...
> Use [Table::subquery()](https://book.cakephp.org/4/en/orm/query-builder.html#subqueries) as stated in the manual. Thank you for response. I will check it!
I reopen the issue as the problem persist. I have this query structure. - query - sub_query - sub_query So i've tried to add `->subquery()` to the **first** sub_query for...
Hello. Thank you to both guys! Works perfectly.
Hello, Thanks for response but **estimateGas** has to return a value that it would cost at that time when inserting my transaction into a block. It always returns 45% less...
> I think it's the same as I previous reply. Yes. I will try with dev-master