Results 1 to 2 of 2

Thread: Select Record

  1. #1
    Join Date
    Sep 2010
    Posts
    1

    Select Record

    I have a file with only one field.

    I want the count of records whose 7th Position is '*'. Can some one help.

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can use COUNT(*) WHERE SUBSTR(field,7,1)='*' to get the count. Fill up the rest in the statement.

Posting Permissions

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