run_query

Esegue una query esistente.

Sintesi

run_query [opzioni comuni] [nome query]

Descrizione

Esegue una query specificata nel database.

Opzioni e argomenti

query name
Il nome della query da eseguire.

Esempi

Esegue una query esistente che restituisce un elenco di tutti i difetti assegnati all'utente corrente o da esso aperti.

CQTOOL> query "Public Queries/My To Do List" 
id State Headline
------ --------- -----------------------------------
SAMPL00000002 	Opened	The foobar is broken
SAMPL00000003 	Opened 	The widget needs repair
SAMPL00000004 	Assigned 	The other foobar is broken
Count: 3
--------------------------------------------------------- 

Feedback