I am completely new to SQL . I have a simple selection request like this:
SELECT COUNT(col1) FROM table1
The table contains about 120 entries and is shown on the GUI . For some reason, this query always returns a number that is less than the actual invoice.
Can someone please help me?
sql tsql sql-server-2005
bobby 04 Oct '08 at 5:17 2008-10-04 05:17
source share