VishalMistry
9th June 2015, 14:59
Hi all,
In SQL Server we can user Like operation along with % wild card. Is there any way to use it in Baan SQL ?
e.g.
To find all items of project 'PC0100010', 'PC0100015', 'PC0100017', in sql we can use where item like 'PC0100010%' or item like 'PC0100015%' or item like 'PC0100017%'.
Is there any such way ? Please guide.
Vishal
In SQL Server we can user Like operation along with % wild card. Is there any way to use it in Baan SQL ?
e.g.
To find all items of project 'PC0100010', 'PC0100015', 'PC0100017', in sql we can use where item like 'PC0100010%' or item like 'PC0100015%' or item like 'PC0100017%'.
Is there any such way ? Please guide.
Vishal