Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下查询:
SELECT *, de_display_name AS display_name FROM something
当我运行它时,会显示两个名为display_name的列,原始的(来自*)和替换的de_display_name.
display_name
*
de_display_name
有没有办法只有一display_name列?