First page Back Continue Last page Overview Graphics
Creating functions II
$ dbish ...
- $ $DBI::Shell::eval::dbh->func( 'jpl', -1, sub { return join "++",@_ }, 'create_function' )
- $ /perl
- $ select * from tab1 where f like '%lal%'/
- f,h
- 'foo++lal','bar'
- 'ghghgh++lal++sdalfj','bar'
- $ select * from tab1 where f =jpl('foo','lal')/
Notes: