Knowledgebase is a categorized collection of answers to frequently asked questions (FAQ) and articles. You can read articles in this category or select a subcategory that you are interested in.
use this command to find the rows that need to be deleted:
select * from orders where cid not in (select distinct id from customers);
Powered by Help Desk Software HESK, in partnership with SysAid Technologies