ClanCats / Hydrahon

🐉 Fast & standalone PHP MySQL Query Builder library.
https://clancats.io/hydrahon/master/
MIT License
278 stars 58 forks source link

select query with alias auto order by id asc with no alias #12

Closed trickymast3r closed 5 years ago

trickymast3r commented 5 years ago

select query with alias auto order by id asc with no alias

select * from hm2_user_balances as ub inner join hm2_users as u on u.id = ub.user_id where u.ref = ? and ub.type = ? and ub.amount > ? order by RAND() asc, id asc limit 0, 1

mario-deluna commented 5 years ago

Could you explain a little bit more about the issue you are facing?