I have this SQL query that didn't return any rows. I checked those tables which contain data so I think my query is incorrect.
my query is:
SELECT payment_type,with_service_total,sale_nm
FROM `ospos_sales_payments`
INNER JOIN ospos_sales_items ON ospos_sales_payments.sale_id = ospos_sales_items.sale_id
WHERE 'sale_id' = '236'