SyntaxFix
Write A Post
Hire A Developer
Questions
Select * from table where CONTAINS([Column], '"A00*"')
will act as % same as
where [Column] Like 'A00%'