• + 1 comment

    The query is ordering the rows by "Name" column but none of the columns of table "Temp" has name as "Name"(it has only 5 columns RowNumber, Professor, Doctor, Singer and Actor). So why it doesn't result in some error like "Name column doesn't exist" ?

    Thanks in advance.