RE: MySQL Index

2001-02-21 Thread Johnny Withers
It's indexed.. if you create a table like so: create table planner( id integer not null auto_increment, tstamp timestamp, uid integer not null, db_id integer not null, vendor bool not null default 0, list bool not null default 0,

Query Question

2001-02-21 Thread Johnny Withers
| specials| ALL | supplier_key | NULL| | NULL | NULL | 2 || +-+--+---+-+-+ - +++ 4 rows in set (0.00 sec) - - Johnny Withers

RE: seemingly anomalous behaviour in Selects entered manually vs. in a script

2001-02-21 Thread Johnny Withers
to mysql_data_seek($ex,0); then you will move the result pointer back to row 0. - - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.954.9133 - -Original Message- From: Warren [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 7:33 PM To: [EMAIL

<    1   2   3