Welcome Guest, Not a member yet? Register   Sign In
db table joining issue? or, is there a better way?
#2

[eluser]CroNiX[/eluser]
specify the columns you want to retrieve (instead of *) and alias ones with the same name.
Code:
->select('quotes.file_id AS q_file_id, etc')//now you can access as q_file_id


Messages In This Thread
db table joining issue? or, is there a better way? - by El Forum - 09-18-2013, 02:44 AM
db table joining issue? or, is there a better way? - by El Forum - 09-18-2013, 07:57 AM
db table joining issue? or, is there a better way? - by El Forum - 09-18-2013, 08:45 AM
db table joining issue? or, is there a better way? - by El Forum - 09-18-2013, 09:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB