|
|
|
|
Re: How to use the like clause in Where [message #404540 is a reply to message #404521] |
Fri, 22 May 2009 03:24   |
mm_kanish05
Messages: 493 Registered: January 2007 Location: Chennai
|
Senior Member |

|
|
Even your coding also getting compilation error.
anyway i solved it
Set_Block_property('Chasssisitem',DEFAULT_WHERE, 'unitid = '||:global.unitid||' and Chassis_no like ('||''''||'%'||:Chassis_no||''''||')');
but nothing will work
suppose if i give 1202
it should reterive like %1202, is not comming (still value is there like that pattern in table)
kanish
[Updated on: Fri, 22 May 2009 03:35] Report message to a moderator
|
|
|
|
|
|
|
|
|
|