Gossamer Forum
Home : Products : Gossamer Links : Discussions :

SQL Syntax Question

Quote Reply
SQL Syntax Question
Hi:

Thought I would ask here before I run this and ruin my data!

I want to take the CategoryID from CatLinks and copy that into the corresponding Link field CategoryNum (that I have added.) Does this look right?
In Reply To:
insert into Links (CategoryNum)
Select LinkID,CategoryID from CatLinks
where Links.ID = 'LinkID'
I am sure I do not quite have this right!

thanks!

Dave

Subject Author Views Date
Thread SQL Syntax Question carfac 3496 Dec 29, 2000, 4:16 PM
Thread Re: SQL Syntax Question
pugdog 3385 Dec 29, 2000, 4:34 PM
Thread Re: SQL Syntax Question
carfac 3387 Dec 29, 2000, 6:37 PM
Thread Re: SQL Syntax Question
carfac 3373 Dec 30, 2000, 9:53 AM
Thread Re: SQL Syntax Question
pugdog 3380 Dec 30, 2000, 9:58 AM
Thread Re: SQL Syntax Question
carfac 3367 Dec 30, 2000, 11:13 AM
Thread Re: SQL Syntax Question
pugdog 3364 Dec 30, 2000, 6:20 PM
Post Re: SQL Syntax Question
carfac 3302 Dec 31, 2000, 9:43 AM