How to Unselect The Field in select Query using sql

Posted by raam on Stack Overflow See other posts from Stack Overflow or by raam
Published on 2010-06-12T08:13:28Z Indexed on 2010/06/12 8:22 UTC
Read the original article Hit count: 155

Filed under:

hi in my database i am store more than 50 field with primarykey (Auto increment) i am not sure about the fields name but i wants to select the entire data in that table , i am using

SELECT * FROM tablename

i want to select all the fields except that ID but this query populate the entire table so is there is possible to unselect the particular field in the select query. Can anyone have an idea please guide me. Thanks in Advance

© Stack Overflow or respective owner

Related posts about sql