set @Provs: " "
SET @Provs=(CASE WHEN @Provs="" THEN "^" ELSE CONCAT('^',REPLACE(@Provs,"|","$|^"),"$") END);
Can anyone please explain whats the purpose of the metacharacters ^ $ in this query.
Thanks
Results 1 to 3 of 3
Thread: Question About query![]() Threaded View
|
|
|