+ 1
Can you "SELECT people" if i have a table called people?
indtead of "SELECT * FROM people"
2 Answers
+ 5
Nope, SELECT was meant to grab column data from table. So field names, or * in case of all fields, is necessary.
+ 2
i see, thanks!
indtead of "SELECT * FROM people"