join - MYSQL "SELECT *:not(id) FROM...". Is there something similar? -
this question has answer here:
- select columns except 1 in mysql? 28 answers
when joining tables both have 'id' column, getting result 'id' not table need. , both these table has lot of columns don't want type them in query. posible similar css :not select table1.*, table2.*:not(id) ...
? or maybe there other solution?
thanks
if not want particular column table, cannot use *
, have type out of columns want get.
Comments
Post a Comment