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
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.