Hey,
I have a table called MyTable with a Column called Name which is varchar(50). I would like to write a select statement to get the rows from MyTable where the Name column is greater than 5 characters. So it would select 'blah blah' but not 'blah'. Thanks in advance.
I have a table called MyTable with a Column called Name which is varchar(50). I would like to write a select statement to get the rows from MyTable where the Name column is greater than 5 characters. So it would select 'blah blah' but not 'blah'. Thanks in advance.