|
-
Feb 23rd, 2001, 04:17 AM
#1
Thread Starter
Hyperactive Member
Hi
How do you write the sql to empty all the contents of a particular field in a table.
I have a table called customers with name , address , and rep. I want to sql and empty all the rep entries and leave them blank but still retain all the name and addresses
thx, locutus
-
Feb 23rd, 2001, 04:18 AM
#2
Addicted Member
sSql="Update tablename set field1=NULL where condition"
-
Feb 23rd, 2001, 07:47 AM
#3
Fanatic Member
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
|