Good friends, I want to know how to use like inside a variable to know if there are 6,7,8 numbers. Does anyone know what would be the correct syntax for this case?
@listaMenus = '4,5,6,7,8,9,10'
if (@listaMenus like '%8%' or '%6%')
begi...
asked by
10.09.2018 / 22:57