You can use SQL to retrieve a single column of data.
Syntax:
Select fieldname
from tablename;
from tablename;
- Instead of an asterisk, the name of the field is specified in the Select clause.
- Field names are not case-sensitive. You can type field names in uppercase or lowercase letters.
- In the SQL text box, type:
Select Name
from TrnVendor;
from TrnVendor;
- Click on First, the Run button located to the right of the SQL text box. The results will display on the screen.
- Use the vertical scroll bar to move up and down the screen.
- Click on Stop to return to the original screen.
Name |
Wet Off Towels |
The Games All Here |
BedMakers Linen |
Bed Room Furniture, Inc. |
Ray Block |
Mosquito No Bite |
Spot Out |
No comments:
Post a Comment