Viewing 6 posts - 1 through 6 (of 6 total)
select column_name from information_schema.columns
where table_name= 'tablename'
if I type * instead of column_name it is giving database name not columns name.
September 4, 2010 at 5:05 pm
Thank You Gah . It worked out
September 4, 2010 at 11:32 am
My table contains
eid fname lname gender age title
I want to print like this
eid
fname
lname
gender
age
title .
September 4, 2010 at 11:04 am
How do i know that no of records updated without seeing the table ?
in one transaction 1 record or multiple records can be updated.
Is there any way finding out...
August 30, 2010 at 8:41 pm
Thank you .
Cheers . 😀
August 20, 2010 at 4:58 pm
Viewing 6 posts - 1 through 6 (of 6 total)