|
-
Jul 4th, 2002, 10:51 PM
#1
Thread Starter
Stuck in the 80s
Error in SQL syntax?
Real quick, what's wrong with this?:
INSERT INTO replies ('title', 'createdBy', 'createdOn', 'body', 'thread') VALUES ('', 'Kristopher', '2002.07.04 23:39:06', 'test', '1')
-
Jul 4th, 2002, 11:01 PM
#2
Thread Starter
Stuck in the 80s
Nevermind, figured it out:
INSERT INTO replies (title, createdBy, createdOn, body, thread) VALUES ('', 'Kristopher', '2002.07.04 23:39:06', 'I think you\'re stupid!', '1')
-
Jul 5th, 2002, 03:56 AM
#3
Originally posted by The Hobo
'I think you're stupid!'
that value wouldn't work
-
Jul 5th, 2002, 11:57 AM
#4
Thread Starter
Stuck in the 80s
Originally posted by Si_the_geek
that value wouldn't work
I actually put the "\" there (I can see it when I go to edit my post), but the forums remove it for some reason. I know that it wouldn't work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|