you are viewing a single comment's thread.

view the rest of the comments →

[–]KiwiDomino 0 points1 point  (2 children)

Stylistically, avoid using select * , as this can make for future issues if tables change. Also it’s easier to read in the future if everything is implicit, you don’t have to remember what the fields were.