FacturaScripts es un software libre de contabilidad, facturación y CRM.
No dudes en consultar la web oficial o las cuentas de facebook, twitter o youtube.
SELECT * FROM empresas WHERE idempresa = '1' LIMIT 1 OFFSET 0;
↑+125ms
#3
debug
SHOW COLUMNS FROM `pages`;
↑+5ms
#4
debug
SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'pages';
↑+1ms
#5
debug
SELECT * FROM pages WHERE `showonmenu` = TRUE ORDER BY lower(menu) ASC, lower(submenu) ASC, ordernum ASC, lower(title) ASC