Search results

  1. M

    IsNull/Coalesce problem

    Bearing in mind, the example provided is a SQL Server statement..... Which is also included in a DTS Package.
  2. M

    IsNull/Coalesce problem

    Good morning, I have 2 queries (see below) and would like either one to work. Basically, I need 1 field, and if this has no data in it, I need the second field instead. Can someone help please? select * from openquery(sosprogress, 'SELECT cl-code, a-name, a-full-address, IsNull(Contact1...
Back
Top