views:

21

answers:

1

i have a table with 19 columns. if i query using select * from tab where id=1; i'm able to obtain all the attribute values. whereas, if i query using select name from tab where id=1; i get no output. (name is defined as of type text in the schema)

i don understand what the hell is going wrong..

A: 

nope... it doesn't work...

codemaniac
I'm pretty sure it does.
Bryan Ash
i'm sorry... it turns out that there was a problem in the DB file... problem solved... thanks guys...
codemaniac