> For example if I use something like: > > select node_name, filespace_name from filespaces where node_name='AD1%' > > to get information about all nodes whose node_names begin with 'AD1' I get the > following error: > > ANR2002E Missing closing quote character.
The correct form for the where clause is: where node_name like 'AD1%'