この質問はすべて怠惰に関するものです...私は次のようなことをしたいと思います:
select some_func(some_col), * from my_table
これを行う必要がないように:
select some_func(some_col), col_1, col_2... col_ad_infinitum from my_table
最初のクエリを機能させる方法はありますか? これは、実行時に表示されるエラーです。
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* from my_table' at line 1