Example query correction [CR #627459]

Currently SQL Functions > System functions > Properties Available for each Database contains the following example query:

select db_property ( 'PageSize') from iq_dummy

This query should be:

select db_property ( 'PageSize')