Select Query to create a new field and populate

My query
CREATE TABLE quad2017_1
select distinct
`a`.`event_id` AS `event_id`,
`a`.`user_ID` AS `user_ID`,
`a`.`date` AS `date`,`a`.`Time` AS `Time`,
`a`.`Noise` AS `Noise`,`a`.`Signal` AS `Signal`
from (`quadrantids2017` `a` join `quadrantids2017` `b`)
where ((`a`.`date` […]

See original post by invalid@example.com (johnberman)

Leave a Reply