Surf 11 » Archives for October, 2006

Finding the best waves on the web.

HTML Entity for Smart Quotes

The HTML Entities for “smart quotes” are:

“ and ”

You can remember them as left double quote and right double quote.



MySQL - SQL To Add a Column to a Table

Here's a simple SQL statement to add a varchar column of size 100 to a table:

ALTER TABLE tablename ADD COLUMN columnName varchar(100);


Subscribe to our RSS Feed: subscribe to this feed XML
Archives   Tags   Contact