Thursday, July 9, 2009

Use correlation names to distinguish them

Msg 1013, Level 16, State 1, Line 1
The objects "table_name" and "table_name" in the FROM clause have the same exposed names. Use correlation names to distinguish them.
  • ประเด็นมีอยู่ว่าจะ execute store procedure ไม่ผ่านซะทีขึ้นงี้ตลอดเลย
  • งมตั้งหลายนาที แปล error ไม่รู้เรื่องอ่ะ และแล้วก็รู้สาเหตุ
select * from a inner c on c.id = a.id
inner join a on a.id = c.id
  • คือว่าเรา select from a แล้วยังจะ inner join กับ a อีก มันเลยเป็นเช่นนี้นี่เอง

No comments:

Post a Comment

Popular Posts