View's SELECT contains a subquery in the FROM clause

后端 未结 4 935
走了就别回头了
走了就别回头了 2020-11-28 08:41

I have two tables and I need to create a view. The tables are:

credit_orders(id, client_id, number_of_credits, payment_status)
credit_usage(id, client_id, cr         


        
4条回答
  •  北荒
    北荒 (楼主)
    2020-11-28 09:32

    Looks to me as MySQL 3.6 gives the following error while MySQL 3.7 no longer errors out. I am yet to find anything in the documentation regarding this fix.

提交回复
热议问题