- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I had a usecase to remove one of the filed(Secutiry_id) value WHEN IP address is 10.141.20.19.Can you guys help in framing the query
Manoj1988
New Member
07-09-2019
08:33 AM
I had a usecase to remove one of the filed(Secutiry_id) value WHEN IP address is 10.141.20.19.Can you guys help in framing the query
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

woodcock
Esteemed Legend
07-10-2019
10:50 PM
Like this:
... | Security_id = nullif(Security_id, "10.141.20.19")
