> Le 5 juin 2018 à 22:47, Igor Korot <ikoro...@gmail.com> a écrit :
> 
> As a side note: is it the case for all PRAGMA's command - they can be
> rewritten this way?

Full documentation for that is on page https://www.sqlite.org/pragma.html, see 
the second title ("PRAGMA functions").

Citing in short: // PRAGMAs that return results and that have no side-effects 
can be accessed from ordinary SELECT statements as table-valued functions. For 
each participating PRAGMA, the corresponding table-valued function has the same 
name as the PRAGMA with a 7-character "pragma_" prefix. //
 
-- 
Best Regards, Meilleures salutations, Met vriendelijke groeten,
Olivier Mascia


_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to