Quick Question,
I am attempting to run a query. In the query I am testing for a 1 being placed in a particular column. Now this column is of type nvarchar.
I tried to do a simple query like, ColumnName = '1', and that doesn't return anything. I also attempted to do ColumnName = N'1' and that didn't work either.
Any suggestions on what will pick up that 1?
Thanks,
Brooks
I am attempting to run a query. In the query I am testing for a 1 being placed in a particular column. Now this column is of type nvarchar.
I tried to do a simple query like, ColumnName = '1', and that doesn't return anything. I also attempted to do ColumnName = N'1' and that didn't work either.
Any suggestions on what will pick up that 1?
Thanks,
Brooks