Skip to main content
ExLibris

Knowledge Assistant

BETA
 
Aleph

 

Ex Libris Knowledge Center
  1. Search site
    Go back to previous article
    1. Sign in
      • Sign in
      • Forgot password
  1. Home
  2. Aleph
  3. Knowledge Articles
  4. How to find patrons with bad barcodes (-- beginning with non-numeric character)

How to find patrons with bad barcodes (-- beginning with non-numeric character)

  1. Last updated
  2. Save as PDF
  3. Share
    1. Share
    2. Tweet
    3. Share
  1. Description
  2. Resolution

 

Versions:  20, 21, 22, 23

Description

How can we locate patrons who have barcodes beginning with a non-numeric character? 

Resolution

Run the following SQLs in the $usr_library:

SQL> select z308_rec_key, z308_id from z308 where z308_rec_key like '01%' and substr (z308_rec_key,3,1) < '0';
and:
SQL> select z308_rec_key, z308_id from z308 where z308_rec_key like '01%' and substr (z308_rec_key,3,1) > '9';
 

View article in the Exlibris Knowledge Center
  1. Back to top
    • How to find out where an ARC field or measure comes from in Aleph
    • How to find problem record in input file
  • Was this article helpful?

Recommended articles

  1. Language
    English
    Product
    Aleph
  2. Tags
    1. barcode
    2. non-numeric
    3. SQL
  1. © Copyright 2025 Ex Libris Knowledge Center
  2. Powered by CXone Expert ®
  • Term of Use
  • Privacy Policy
  • Contact Us
2025 Ex Libris. All rights reserved