User bio

ENGLISH

In the last century ;-) (1995) I created my software publishing company in the hospitality sector, the purpose of which was then supplemented by a service provision offer (AMOA, Decision Support Customized Development, etc.) always mainly in the field of health, but also in other sectors (Givenchy, Roche, Town Halls).

Developer since I was 13, my interests are

  • TDD
  • DDD
  • Clean Code
  • Clean Architecture
  • Design patterns

------------------------------------------------------------------

FRANÇAIS

J'ai créé au siècle dernier ;-) (1995) ma société de d'édition de logiciels dans le domaine hosiptalier, dont l'objet s'est ensuite complété d'une offre de prestation de service (AMOA, Aide à la décision Développement à Façon, ...) toujours essentiellement dans le domaine de la santé, mais aussi dans d'autres secteurs (Givenchy, Roche, Mairies).

Développeur depuis mes 13 ans, j'ai pour centres d'intérêts 

  • TDD
  • DDD
  • Clean Code
  • Clean Architecture
  • Design patterns
Show all
Member since Mar 17, 2022
Replies:

Is it possible to use value for search condition like this :

SELECT p.%ID, p.name, p.street, p.city, p.state, p.postal_code,
    pn.phone_type, pn.country_code, pn.phone_nbr
FROM demo_intersystems.Person p,
    JSON_TABLE(p.phone_nbrs, '$'
    COLUMNS(
    phone_type VARCHAR(10) path '$.type',
    country_code VARCHAR(8) path '$."country_code"',
    phone_nbr VARCHAR(12) path '$.number'
    )
    )
WHERE country_code = 1

If yes, I think this might not be very efficient, as it has to interpret JSON expressions for each row in the table, without using indexes.

Certifications & Credly badges:
Pierre has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Following: