I have an SQL select that I need to add a WHERE clause to bring back all
records where SeqNo is not a whole number. Below is my normal SQL without
the WHERE clause. Thanks.
David
SELECT [ID] ,[SeqNo] ,[FileNumber] ,[Subfile]
FROM [Filedata].[dbo].[Subfiles]
