Forum Discussion
ljupcho_machko1
3 years agoNew Contributor III
Hi @azvineth ,
Can you please try with the below expression:
“Select id, user_name, user_location, user_email from t_user where user_location = '” + _u_loc + “’ order by id;”
Maybe quoted column names will not be needed ?