statix Starting Member
12 Posts
select distinct states from datazip into states.state_name
select into states.state_name from datazip.state
visakh16 Very Important crosS Applying yaK Herder
India 47069 Posts
insert states (state_name) select distinct states from datazip
select distinct <column dest> into <table dest> from <table src>
quote:Originally posted by statixthx visakh16 i will try your sultion for the sport :) !