This is what I did
select f.visits
from pls_fy2014_pupld14a pfpa as f
and I got:
SQL Error [42601]: ERROR: syntax error at or near "AS"
This case below is working but I don't get why I cannot use 'as'
select visits
from pls_fy2014_pupld14a pfpa