I have a stored procedure not working for me CREATE OR REPLACE PROCEDURE wslogin() select count(name) into @v_top from customer where ctype in (@v_avar); this does not find anything because customer.ctype is char(1) |
See sa_split_list: -john. Thanks John this worked great
thanks again
(05 Dec '16, 15:15)
tandersen42
|
Another option would be the LIKE Operator: HTH |