sql >> Database teknologi >  >> RDS >> Mysql

MySQL-tabel.* AS-reference

Du skal gøre det ved at give hver kolonne sit eget alias:

select table.id as table_id, table.title as table_title,
       table2.id as table2_id, table2.title as table2_title
from . . .


  1. Få AVG til at ignorere nul- eller nulværdier

  2. Ændring af forbindelsens tidszone i MySQL

  3. Skift type varchar-felt til heltal:kan ikke castes automatisk til typen heltal

  4. MySQL og HBase Connectivity