select concat_ws((
select count(*) from feed_back where schedule_id=1),'/',(select count(*) from event_schedule_mapping where event_schedule_id=1))
as total
i am getting count from both query but when i try to concat it using concat_ws its give me blobdata as blank please tell me where am doing wrong please suggest.