Hi,
Let us assume that I have a table with three fields called id, name and email. I want to retrieve all the fields. Which one of the following queries is best to use regarding execution speed?
Code:SELECT * FROM tableYours, Erik.Code:SELECT id, name, email FROM table








Bookmarks