sql - I am working in access 2013 and I keep getting a syntax error for the FROM clause -


select customerid, customerfirstname, customerlastname, salesrepid tblcustomer "[cade]", "[cane]" order customerlastname; 

put like condition in where clause

select customerid, customerfirstname, customerlastname, salesrepid  tblcustomer  [columnname] "cade"   or [columnname] "cane"  order customerlastname; 

http://office.microsoft.com/en-001/access-help/use-like-criterion-to-locate-data-ha102809506.aspx


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -