Using SQL to query ADSM
adsm> select * from columns where tabname='contents’
ANR2034E SELECT: No match found using this criteria.
Whoops... an important consideration: string comparisons are case sensitive!
The example on the next slide looks better.