Monday, 9 September 2013

for what purpose # (hash) sign is used in MySql?

for what purpose # (hash) sign is used in MySql?

In joomla MVC i came around this SQL querry. I was unable to understand
the purpose of #sign ??
INSERT INTO `#__helloworld` (`greeting`) VALUES
('Hello World!'),
('Good bye World!');

No comments:

Post a Comment