Forum Discussion
Benji_PaldiTeam
02-05-2024Data Pipeline
Hi leo82 ,
An alternative approach to get all project_name starting with 'E_' is using 'left' function
select a.[project_name]
from [Workspace_Data] a
where left(a.[project_name], 2) = 'E_'
Feel free to reach out if you have further questions, we're always happy to help 🙂
[email protected]
Paldi Solutions, Number #1 Sisense Plugins Developer