Answers for "Column ' ' in field list is ambiguous"

SQL
0

Column ' ' in field list is ambiguous

SELECT tbl_names.id, tbl_section.id, name, section
  FROM tbl_names
  JOIN tbl_section ON tbl_section.id = tbl_names.id
  
  # Don't forget the prefixes as they make all the difference
Posted by: Guest on January-01-2022

Code answers related to "Column ' ' in field list is ambiguous"

Code answers related to "SQL"

Browse Popular Code Answers by Language