query problem with MySQL

2001-04-05 Thread laxman kondeti
hai friends, i am going to provide a query service. for that i am using a Mysql database server for mainting the databse.i will provide my user with a query form that contains several fields.the user is free at his selection of the fields of course atleast one.in case if he selects

Re: query problem with MySQL

2001-04-05 Thread B. van Ouwerkerk
one.in case if he selects multiple fields, how could i provide my user with all set of records which contains what all data he placed in query form. I think you want to study a bit more on MySQL and PHP. If you take the time to go to sites like www.devshed.com you might get an idea of how

SQL query problem with mysql.

2001-03-05 Thread Larry Kim
hi, i'm writing a book (wrox publishers) which uses mysql for the sample database. i seem to have encountered a problem with an SQL query. its a simple voting application, with a candidate table, and a vote table: create table candidate ( candidatenumber integer not null auto_increment,

RE: SQL query problem with mysql.

2001-03-05 Thread Aaron Weiker
PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: SQL query problem with mysql. hi, i'm writing a book (wrox publishers) which uses mysql for the sample database. i seem to have encountered a problem with an SQL query. its a simple voting application, with a candidate table, and a vote table

Re: SQL query problem with mysql.

2001-03-05 Thread Jason Landry
Cc: [EMAIL PROTECTED] Sent: Monday, March 05, 2001 3:54 AM Subject: SQL query problem with mysql. hi, i'm writing a book (wrox publishers) which uses mysql for the sample database. i seem to have encountered a problem with an SQL query. its a simple voting application, with a candidate table,

Re: SQL query problem with mysql.

2001-03-05 Thread Bob Hall
hi, i'm writing a book (wrox publishers) which uses mysql for the sample database. i seem to have encountered a problem with an SQL query. its a simple voting application, with a candidate table, and a vote table: create table candidate ( candidatenumber integer not null auto_increment,

Query problem in mysql.3.23.32

2001-01-24 Thread Jesús Gómez Pastor
I have a problem in 3.23.32, The query select * from table repalce table values('','nextval+1) returns me always nextval=1. table has 1 row and the query runs fine in mysql 3.22.x Any idea? Thanks.

RE: Query problem in mysql.3.23.32

2001-01-24 Thread Don Read
On 24-Jan-01 Jesús Gómez Pastor wrote: I have a problem in 3.23.32, The query select * from table repalce table values('','nextval+1) ^^ ^ these might be a problem, in addition to your select/replace/(update) confusion. returns me always nextval=1. no, it