catchem99

Results 2 comments of catchem99

Postgres doesn't have LIMIT on update query (https://www.postgresql.org/message-id/3D6A7692.2F43B18%40Yahoo.com)

I think I got what he means, Steps to reproduce: Import [this](https://github.com/usmanhalalit/pixie/files/3478037/purchasez.zip) really simple table OR make one like: **purchase_id,purchase_code** 1,abc 2,def Then use `QB::table('TABLENAME')->groupBy('purchase_code')->count();` //**This will return 1** while...