I was going through the SOQL documentation, but couldn't find query to fetch all the field data of an entity say, Account, like
select * from Account [ SQL syntax ]
Is there a syntax like the above in SOQL to fetch all the data of account or the only way is to list all the fields ( though there are a lot of fields to be queried )