|
-
Jul 18th, 2002, 01:12 PM
#1
Thread Starter
Fanatic Member
choose 1
i have 3 rows called "xyz", i wanna pick one of these rows, how do i do that?
also, when im inserting, hwo would i check if that row already exists?
i ahve 2 tables, one holds names ands ids, the other one holds the id and extra info., so i wanna make sure i dont get dupes in the names.
thanks
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Jul 18th, 2002, 01:16 PM
#2
Fanatic Member
I do not understand what you are attempting to do. Explain it in more detail, examples would be good.
-
Jul 18th, 2002, 04:22 PM
#3
Thread Starter
Fanatic Member
i have a table, with 3 columns
id | name | counter (Table called hc)
and another table:
hcid | tipname | tip (Table called hctext)
hcid contains the id from the table hc
when a user submits the info, it adds it into hc, then adds the rest of the info with the correct ID into hctext. sometimes the info (such as the name) is the same, so i want to just add the info into hctext with the same id, instead of having 3 or 4 duplicates all pointing to a different id, but are basically the same. i dunno how to describe it better...do you get it now?
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
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
|