public inbox for [email protected]  
help / color / mirror / Atom feed
Selecting all variations of job title in a list
2+ messages / 2 participants
[nested] [flat]

* Selecting all variations of job title in a list
@ 2025-11-25 16:33 Rich Shepard <[email protected]>
  2025-11-25 21:15 ` Re: Selecting all variations of job title in a list David G. Johnston <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Rich Shepard @ 2025-11-25 16:33 UTC (permalink / raw)
  To: [email protected]

Companies can have slightly different titles for the same job; for example
(using abbreviations). 'Asst Gen Mgr.', 'Env Mgr,', 'Gen Mgr,'. 'Mgr,',
'Plant Mgr.'

I want to select all people table rows that contain these varieties. I know
the 'like' operator uses '%' as a wildcard, but is not accepted in an 'in'
list.

Is there a way to use a multicharacter wildcard in an 'in' list?

TIA,

Rich







^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: Selecting all variations of job title in a list
  2025-11-25 16:33 Selecting all variations of job title in a list Rich Shepard <[email protected]>
@ 2025-11-25 21:15 ` David G. Johnston <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: David G. Johnston @ 2025-11-25 21:15 UTC (permalink / raw)
  To: Rich Shepard <[email protected]>; +Cc: [email protected] <[email protected]>

On Tuesday, November 25, 2025, Rich Shepard <[email protected]>
wrote:

> Companies can have slightly different titles for the same job; for example
> (using abbreviations). 'Asst Gen Mgr.', 'Env Mgr,', 'Gen Mgr,'. 'Mgr,',
> 'Plant Mgr.'
>

Suggest encoding that knowledge in a table then using normal joins and
filters to query against whatever you;ve decided is the canonical spelling
of the relevant position.

David J.


^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2025-11-25 21:15 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-11-25 16:33 Selecting all variations of job title in a list Rich Shepard <[email protected]>
2025-11-25 21:15 ` David G. Johnston <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox