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..