Quantcast
Channel: Active questions tagged config - Stack Overflow
Viewing all articles
Browse latest Browse all 5049

How do I add the date and next in a AS column

$
0
0

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


Viewing all articles
Browse latest Browse all 5049

Trending Articles