|
-
May 27th, 2003, 11:41 AM
#1
Thread Starter
Junior Member
quick question on UPDATE query
If i want to set a text value in the database to null how should I pass that in the UPDATE Statement ?
I tried these and didn't work --
Update val = ' '
Update val = NULL
Update val as NULL
Update val = "' '"
This has been bugging me for the past few minutes so I appreciate if any one can show me the way. Thanks
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
|