SELECT client, location, id, specialDates, uname, page, calendar_mindate FROM `yhm_cpabc_appointment_calendars` WHERE client = "Keystone First" AND deleted_at is null AND is_published=1 AND uname LIKE "%%" ORDER BY `id` ASC