Is there a better way than this?
SELECT printf('%02d', folio) Pág, printf("%-170s", title) Título, indexrev Rev,date Data FROM project_summary_view WHERE CAST(Pág AS NUMERIC) > 2 ORDER BY Pág
You are not logged in. Please login or register.
QElectroTech → Posts by ricardo_racki
Pages 1
Is there a better way than this?
SELECT printf('%02d', folio) Pág, printf("%-170s", title) Título, indexrev Rev,date Data FROM project_summary_view WHERE CAST(Pág AS NUMERIC) > 2 ORDER BY Pág
Hi guys,
how to customization summary column width?
attached print.
My sql query:
SELECT printf('%02d', folio) Página, title Título, indexrev Revisão,date Data FROM project_summary_view WHERE CAST(Página AS NUMERIC) > 2 ORDER BY PáginaThanks!
Pages 1
QElectroTech → Posts by ricardo_racki
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.022 seconds (89% PHP - 11% DB) with 5 queries