Filter by string length

Posts   
 
    
bunzee
User
Posts: 84
Joined: 20-Mar-2007
# Posted on: 14-Mar-2015 23:44:02   

SQL Server 2005 Llblgen 2.6

Hi Is there any way to filter by string length in llblgen? How do we do the following in Llblgen? In sql, we can have

select * from company where len(name)=20

Thanks

BZ

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 16-Mar-2015 07:18:06   

You need to use a DBFunctionCall.

David Elizondo | LLBLGen Support Team