Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
SQL help?
Name: Anders Date: May 14, 2003 at 14:37:21 Pacific OS: xp CPU/Ram: 256
Comment:
Lets say I have 2 tabels. tbl_Customer and tbl_Profile. I have a PK called cust_ID and a FK in tbl_profile called cust_IDRef. A customer may noly have 3 Profiles, if he tries to add another profile he is not allowed.
Summary: I have this series of SQL statements could someone please simple explain what each line does. I know what this does but i am not sure about how it is achieved. The SQL statements orders the table in D...
Summary: Hi, I have a simple SQL problem here. Currently I have 2 tables (A & B, let say) within my SQL database. I want to append all the records (5 fields, 10+ rows, let say) from the table A into table B, ...
Summary: Hello helper I need help with the sql code. I need the sql to get information that is unique. For example if i have {1,2,3,4,4,5,6,6,7} in a column. the output should be {1,2,3,5,7}. now i would not...