select user_id,customer_id,name,org_id from t_user_customer where user_id=$fine_username
例如上面的sql ,在创建数据集时报错,求正确的写法,谢谢
select user_id,customer_id,name,org_id from t_user_customer where user_id='${fine_username}'
user_id='${fine_username}'