Click to See Complete Forum and Search --> : SHOW COLUMNS FROM Table_name LIMIT 0,5


gert cuykens
10-15-2006, 07:20 AM
(mysql 5.0) I need to specify a limit on SHOW COLUMNS FROM Table_name LIMIT 0,5 But limit doesnt work with SHOW. Is there a SELECT alternative ?

NogDog
10-15-2006, 09:55 AM
Don't know if this would be any different, but you could try it with DESCRIBE table_name and see what happens.

gert cuykens
10-15-2006, 07:02 PM
nope doesnt work. Why cant they just make the basic things work first before they start adding new mysql features :mad:

NogDog
10-15-2006, 10:21 PM
Well, I have to admit: I've never run into a situation where I wanted to show/describe only the first n columns of a table. :)

gert cuykens
10-16-2006, 01:51 PM
i did , sort off in my imagenary table :D