Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

OccursAny

By vreboton, 2013/05/18

Returns the number of times any word in comma delimeted character expression occurs within another character expression.

cSearchExpression -- Specifies a comma delimeted character expression that OccursAny( ) searches for within cExpressionSearched.

cExpressionSearched -- Specifies the character expression OccursAny( ) searches for cSearchExpression.

OccursAny( ) returns 0 (zero) if cSearchExpression isn't found within cExpressionSearched.

Example:
OccursAny('the,dog','The quick brown fox jump over the lazy dogs....') --Returns 3(2 the and 1 dog)

Total article views: 47 | Views in the last 30 days: 1
 
Related Articles
FORUM

OccursAny

Comments posted to this topic are about the item [B]OccursAny[/B]

SCRIPT

Occurs

Returns the number of times a character expression occurs within another character expression. cS...

FORUM

Expression

Expression

FORUM

ssis expressions

The limit for ssis expression is 4000 char ..how do i increase the number of characters. I am using ...

FORUM
Tags
miscellaneous    
t-sql    
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones