SQL
AخA
select page_title, concat(substr(page_touched,1,4),"-",substr(page_touched,5,2),"-",msubstr(page_touched,7,2)) Created_date from page
where page_is_new=1
order by page_touched
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.