How to I link “profileID” to the profile name in a different table? and return the name rather then the “profileID”?
So far I have:
SELECT profileID
FROM TABLE1
This is going on a grid.
Please help, thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Join the tables using profileId
Example1:
Example2: