Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
where justext(fieldname) $ 'jpg/bmp/tif/gif'
I wish to exclude all files except jpg , bmp , tif, gif etc
SELECT * FROM PTEMP ;
INTO TABLE pictures ;
where lower(justext(fieldname)) $ 'jpg/bmp/tif/gif' ;
ORDER BY Fname