Snippets tagged “column-aliases”
1 snippet uses this tag.
- How to resolve ambiguous column names when retrieving results?PHP
When retrieving results in PHP and encountering ambiguous column names, you can use table aliases to specify which table the column belongs to.