Jump to content

Problem with Insert Statement.


Alex1646

Recommended Posts

SQL Server Verison: 5.1.5.3

Raw SQL statement:

INSERT INTO pm(to, from, message, date) VALUES('alex', 'alex', 'Bored!', '2011-03-30 04:30')

Error statement:  

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'to, from, message, date) VALUES('alex', 'alex', 'Bored!', '2011-03-30 04:30')' at line 1

I also went into the SQL demo in W3Schools (http://www.w3schools.com/sql/sql_tryit.asp) thinking it will give me more information.  And I got this error message.

Operation must use an updateable query.

 

SQL structer:

The table name is pm

        id int(11)

to varchar(15)

from varchar(15)

message longtext

date(datetime)

I would like it to not give me a error message.

 

Ive tried removing  single quotes.

 

Cant think of anything else to do.

 

HELP!

Link to comment
https://forums.phpfreaks.com/topic/232137-problem-with-insert-statement/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.