Quote:
|
Originally Posted by Yusayoh
What is type? A column I want to information from (like name)?
|
Yes, after the SELECT statement you place or a wildcard, being *, or you specify which column you want to get info out of the database. You can also execute functions on the column, while getting the data (this is what is done with the MAX() function)
UnrealEd