smuthcrmnl777
Technical User
In MS Access, I can create this command line.
Right([Product name],InStr([Product name],',')+3)
Is there a way to reproduce this in SQL?
Right([Product name],InStr([Product name],',')+3)
Is there a way to reproduce this in SQL?