http://www.sqldisco.com

Comments: (0)

Highlighting SQL in WordPress

Category : SQL Server

Just testing some highlighting/markup of sql in WordPress. Found this neat plugin that does the trick:

http://softwaremaniacs.org/soft/highlight/en/

I have made some adjustements to make the highlighting better resemble management studio.

Example:

SELECT * FROM TableName
--TESTComment 
INSERT INTO TblName (TblCol1) VALUES ('blabla')

Post a comment