Results 1 to 2 of 2

Thread: Searching Empty Fields From Table using SQL

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2001
    Location
    Mts
    Posts
    48

    Exclamation

    my Problem is that I have to search for all records which have empty fields for a particular field in a table.

    I want to perform this process using SQL statements.

    thanks

  2. #2
    Member
    Join Date
    Dec 2000
    Location
    Europe
    Posts
    56
    Try to use the folowing expresion in WHERE clause:
    field IS NULL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width