i have a key with a value of a sql statement....
so now i'm trying to figure out a way to use the less than sign
here's my code....
<add key="sqlString" value="SELECT * FROM hats WHERE serial < 8000"/>
i error out at the "less than" sign before the 8000
any ideas of how to get around this???
so now i'm trying to figure out a way to use the less than sign
here's my code....
<add key="sqlString" value="SELECT * FROM hats WHERE serial < 8000"/>
i error out at the "less than" sign before the 8000
any ideas of how to get around this???