Re: need a help in Query

2007-02-12 Thread balaraju mandala
Thank you very much Jorn. Your suggestion helped me.

Re: need a help in Query

2007-02-10 Thread Jørn Dahl-Stamnes
On Saturday 10 February 2007 19:21, balaraju mandala wrote: > Hi Jorn, > > Thank you for reply, of course i can merge the columns and change the > datatype. But buddy that is not problem here, the problem is extract the > data. After reading your message once more, I realise that you should do eve

Re: need a help in Query

2007-02-10 Thread balaraju mandala
Hi Jorn, Thank you for reply, of course i can merge the columns and change the datatype. But buddy that is not problem here, the problem is extract the data. Did u able to understand my language, if not i will explain you again. Please read the mail again and tell some ways from u r experience.

Re: need a help in Query

2007-02-10 Thread Jørn Dahl-Stamnes
On Saturday 10 February 2007 12:45, balaraju mandala wrote: > Hi Fello MySQL users, > > I am Bala Raju, i have a problem to extract data by writing query, i need u > r help. Please help me. > > I have two tables, i am giving the tables as attachement, firs table is > playersloginfo and second one i

Re: Need a help

2001-11-12 Thread Neil Zanella
On Sat, 10 Nov 2001, Artur Kowal wrote: > My question is how in MySQL I can get information > is table exists or not ( I don't want some query > that return > error but kind of message from serwer !) You could process the output of SHOW TABLES. You can also DROP TABLE IF EXISTS table_name and

Re: Need a help

2001-11-10 Thread Steve Meyers
On Sat, 2001-11-10 at 04:33, Artur Kowal wrote: > My question is how in MySQL I can get information > is table exists or not ( I don't want some query > that return > error but kind of message from serwer !) > I'm beginner and I have no idea how to do it > smart and properly > Please help !!!