Hi,
you create a variable, and you concatenate the first digit of OBJET_ID and the value '%' and in your SELECT statement you put a LIKE
SELECT ... FROM .. WHERE OBJECT_ID LIKE '012345%' means 012345*
regards
Fred
Hi,
you create a variable, and you concatenate the first digit of OBJET_ID and the value '%' and in your SELECT statement you put a LIKE
SELECT ... FROM .. WHERE OBJECT_ID LIKE '012345%' means 012345*
regards
Fred