Forum: MySQL Dec 24th, 2008 |
| Replies: 1 Views: 434 Hey how will I write a text file to setup a database with the information below
Database set-up:
Members Table:
id - int primary key auto_increment.
username - varchar 15.
password -... |
Forum: MySQL Dec 21st, 2008 |
| Replies: 3 Views: 521 |
Forum: MySQL Dec 20th, 2008 |
| Replies: 3 Views: 521 I have a table called "users", in the table it contain a column/ field name "reg_date" how would i run an query to say: For all the users, if their feild "reg_date" is blank put "20th December 2008" |
Forum: MySQL Aug 12th, 2008 |
| Replies: 1 Views: 506 Hi what sql query will I use to checks the "users_theme" table and finds all the user_id's which exist in this table and not the "users" table. Once I have those id's that exist in the user_theme... |
Forum: MySQL Aug 10th, 2008 |
| Replies: 4 Views: 762 Perfect! you are the best! |
Forum: MySQL Aug 10th, 2008 |
| Replies: 4 Views: 762 Yea I know that query already but I want it to show the duplicates so that i can leave on and delete the another. It is just showing me the emails and how much is duplicated |
Forum: MySQL Aug 9th, 2008 |
| Replies: 4 Views: 762 I am using mysql and I have a table called "users". how will i get it to show only rows that have duplicate emails in the "email" field. I want the emails in order. what sql query will I use? |
Forum: MySQL Mar 14th, 2008 |
| Replies: 3 Views: 528 No there is no problem. How will I go about it? |
Forum: MySQL Mar 13th, 2008 |
| Replies: 3 Views: 528 How can I create a trigger to UPDATE this for me when a new record is inserted.
I want to create a column called "fullthumb" where by default it has the words "http://example.com/thumbs/" and add... |
Forum: MySQL Mar 13th, 2008 |
| Replies: 4 Views: 1,745 What will i put in my sql command to get that? |
Forum: MySQL Mar 11th, 2008 |
| Replies: 4 Views: 1,745 I did and I am having trouble doing it...Can anyone help |
Forum: MySQL Mar 11th, 2008 |
| Replies: 4 Views: 1,745 How to create a trigger to UPDATE this for me when a new record is inserted.
I want to create a column called "fullthumb" where by default it has the words "http://example.com/thumbs/" and add the... |
Forum: MySQL Mar 10th, 2008 |
| Replies: 4 Views: 924 nice...so how would i create a trigger to by default store "'http://k5live.com/thumbs/" and add thumb to it. |
Forum: MySQL Mar 10th, 2008 |
| Replies: 4 Views: 924 will this code be ran all the time to always update |
Forum: MySQL Mar 10th, 2008 |
| Replies: 4 Views: 924 Is it possible to make a column on my database that automatically copy another column on the same table string together with another url?
for example on my database "ewelby_k5" I want to create a... |
Forum: MySQL Oct 12th, 2006 |
| Replies: 1 Views: 1,594 I NEED HELP PLEASE PLEASE PLEASE
THE PROBLEM IS
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in... |