How to select all the columns of a table except one column?

前端 未结 13 2420
被撕碎了的回忆
被撕碎了的回忆 2020-12-14 05:43

How to select all the columns of a table except one column?

I have nearly 259 columns I cant mention 258 columns in SELECT statement.

Is there

13条回答
  •  一向
    一向 (楼主)
    2020-12-14 06:03

    1. Generate your select query with any good autocomplete editor of your database.
    2. copy and paste your select query in a reserved method (function) and return its ResultSet to your main program or do your stuff in the same method.
    3. call this method each time whenever you require

提交回复
热议问题