Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Friday, October 6, 2017

Can we use "Between" operator for a VARCHAR column?

SQLServerCentral » Latest topics
Can we use "Between" operator for a VARCHAR column?
I have a table with serial # (which is a varchar column). If i have to find a range from this table can i use between operator?

Table will have the below structure:

1. Part # Varchar(40)
2. Serial # Varchar(40)
3. Quantity int

No comments: