Jacob Sebastian Commented 12 Months ago through
Mentoring Corner | 1 Point
@Sam,
What we use at beyondrelational.com is a JS formatter called syntaxhightter. To make use of it, a blogger can write sample code as follows
<pre class="brush: sql">
SELECT column
FROM Sometable
</pre>
W...