How to rename a column which contains count function in a joined table in sql?

前端 未结 0 1877
小鲜肉
小鲜肉 2021-02-19 02:14

I want to rename the Order_ID column as Orders. Do u guys have any idea on how to do that?

SELECT
   Rider_Name,
   Count(*) Order_ID 
FROM
   Rider r Inner Join          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题