Joining tables with same column name doesnt work on datatables server-side script

Joining tables with same column name doesnt work on datatables server-side script

aerwinaerwin Posts: 1Questions: 1Answers: 0

I have a problem when i join tables with the same column name, it gives me an error of "MySQL Error: 1052".

Answers

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    Use table aliases or fully-qualified field names.

    ("fully-qualified" means tablename.fieldname)

This discussion has been closed.