Does my query follow correct format? I can’t find any examples of using LIKE and ON, so I am not sure if my query is the problem. Looking for any suggestions or feedback:
SELECT *
FROM table_1 a
LEFT JOIN table_sql ON a.case_id LIKE '%45305%'
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.
This is not correct, you need to specify which column you want to use for the JOIN, but you can do something like this