Hello hereHow to search for objects with name containing ‘?’ in SPARX Enterprise Architect ? jfdeclercq.com

jfdeclercq.com Welcome Blog
Contact Twitter Facebook LinkedIn Instagram Lowas.be

- >> April 2025 >> - Show 10, 25, 50, All News - Expand All, Compact All, 1024 chars

How to search for objects with name containing ‘?’ in SPARX Enterprise Architect ?

I had to search more than 2 minutes for this, so I post it.

The question is how to escape special characters in the SPARX EA search.

Answer : You need to escape the ? using square braquets: [?]

Since the wildcard is ‘*’, the SQL is

SELECT Name FROM t_object where NAME like ‘*[?]*’

Useful links:

|| >> April 2025 >>