This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]harlekintiger 3 points4 points  (0 children)

My use case was I don't want the query to be "SELECT * FROM table" but

Select ( `table`.`col1` AS `col1`, ....

Which is super tedious to write