0
select name,year from books where year >1990 union all select name, null as year from new; please give me the answer
Union task
2 Antworten
+ 1
selva kumar,
Learn again & try by yourself...
Note that,Providing `readymade` code, this feature is not available here.First Try by yourself,after this if you face any problems in during learning or making code then ask here.
0
I got the answer