|
|
Sergey Kornilov admin 1/17/2011 |
|
In SQL you need to wrap text values by single quotes: WHERE Market='Jacksonville'
|
|
|
G
|
GerryT author 1/17/2011 |
|
Thanks, what about a custom view to view that will only display a specific entry in the table? Example: I have a table called market, that table contains New York and New Jersey. I want only entries for New York to be displayed. |
|
|
G
|
GerryT author 1/18/2011 |
|
I figured it out, thank you for directing me to the right resources. |
|