How do I add the date and next in a AS column?for example:enter image description here
SELECT plan_id,plan_user,CURRENT_DATE AS date FROM horaires a,horaires_plan b WHERE a.hor_id = b.plan_hor AND plan_user =1
Thank's
How do I add the date and next in a AS column?for example:enter image description here
SELECT plan_id,plan_user,CURRENT_DATE AS date FROM horaires a,horaires_plan b WHERE a.hor_id = b.plan_hor AND plan_user =1
Thank's