I want to use a charindex in one of my queries. How would that work with 
sequel. 

Example query is below 

SELECT   distinct Name
FROM     SomeTable
WHERE    Catalog_ID  = 'catalog'
AND             Function_Name = 'Artist'
AND             CHARINDEX(',', Name) = 0 

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sequel-talk/-/VO6Jpd8rHHUJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to