Arul,
Wednesday, May 29, 2002, 1:05:02 PM, you wrote:

A> i am running MySql 3.23.49 Max on Win 2K
A> Does this version of MySQL supports subqueries.

Nope. How to re-write queries read in our manual:
       http://www.mysql.com/doc/A/N/ANSI_diff_Sub-selects.html

A> Also does this support transaction..

MySQL has transaction-unsafe table types(ISAM, MyISAM, HEAP) and
transaction-safe tables (InnoDB, BDB). So, if you want to use
transactions you should install MySQL server with InnoDB or BDB support.
       http://www.mysql.com/doc/T/a/Table_types.html

If you install MySQL from the source distribution you should configure
MySQL with --with-innodb option or --with-berkeley-db option. If you
use binary distribution, you should install MySQL-Max:
       http://www.mysql.com/doc/m/y/mysqld-max.html

A> Where can i get the details reg this..

In the MySQL manual:
       http://www.mysql.com/documentation/index.html

A> Regards,
A> Arul





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to