KennyRohan
Technical User
Does anyone have an SQL query allowing me to create a new table based on email addresses in a different table? Thank you.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select largefile.*
from largefile right join emailonlyfile on largefile.email=emailonlyfile.email