sql >> Databasteknik >  >> RDS >> Mysql

MySQL-tabell.* AS-referens

Du måste göra det genom att ge varje kolumn sitt 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. Installera Oracle Forms and Reports 11g version 2

  2. Kontrollera din SQLite-version

  3. Formatera resultatet av en MySQL-fråga som om den kördes från konsolen

  4. Varför begår SQL*Plus vid exit?