Skip to main content

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Answered

How to select field which don't contain string value ?

(0) ShareShare
ReportReport
Posted on by 205

Hi everyone,

I'm looking for a way to use select statement for a field which don't contain some string value.

I need to look after a particular string word in a string expression for example i want to select values where the field does not contain the word 'happy'.

Is there a way to do that ?

Thanksfully.

  • Awaxx Profile Picture
    Awaxx 205 on at
    RE: How to select field which don't contain string value ?

    i was looking for strContains or strFind or strScan but this way is easier thank you.

  • Verified answer
    Martin Dráb Profile Picture
    Martin Dráb 230,466 Most Valuable Professional on at
    RE: How to select field which don't contain string value ?

    It's easy to do, just keep in mind that it needs to do a full table scan, therefore it won't be very fast.

    select myTable
    	where !(myTable.MyField like '*hello*');

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,735 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,466 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans