Re: How to find missing record?

2005-04-04 Thread Amer Neely
Jeremy Cole wrote: Hi, Both tables should hold the same number of records. However, I've discovered that 'Close' is one less than 'Open' (1693 vs 1694). How can I find out which record is missing from 'Close'? I know it's not the case of an extra entry in 'Open' because 1694 divides evenly by

How to find missing record?

2005-04-03 Thread Amer Neely
I have 2 tables 'Open' and 'Close' with this structure: mysql describe Open; +---+-+--+-+--+---+ | Field | Type| Null | Key | Default | Extra | +---+-+--+-+--+---+ | ID| int(10) unsigned

Re: How to find missing record?

2005-04-03 Thread Jeremy Cole
Hi, Both tables should hold the same number of records. However, I've discovered that 'Close' is one less than 'Open' (1693 vs 1694). How can I find out which record is missing from 'Close'? I know it's not the case of an extra entry in 'Open' because 1694 divides evenly by 7, whereas 1693