Hello,

Amos Bird <amosb...@gmail.com> writes:

> How can I disable fontifications when exporting this:
>
>   QueryID  SQL Text  Query Time (Seconds)  Query Time Hot (Seconds)    
>   Q0  SELECT avg(c1) from (select Year, Month, count(*) as c1 from ontime 
> group by Year, Month);  1.27  0.13    
>   Q1  SELECT DayOfWeek, count(*) AS c FROM ontime WHERE Year >= 2000 AND Year 
> <= 2008 GROUP BY DayOfWeek ORDER BY c DESC;  1.23  0.21    

There are multiple solutions:
- include this in an example block,
- include this in a fixed-width area,
- use \star instead of *
- ...

Regards,

-- 
Nicolas Goaziou

Reply via email to