Smile

Smile

  • 1.4k
  • 198
  • 34k

Ambious column name error

May 9 2019 6:16 AM
i need to get the rows from a table based on arrrival time in ascending order 
 
Select Pkey_Sno,ArrivingTime,DepartureTime  from  Tb.flights where ArrivingTime between '13' and '14' order by ArrivingTime
 
 
getting error Ambiguous column name 'ArrivingTime'. 
 
Any suggestions will be helpful  
 
 
 

Answers (3)