Is there some way to autofilter in a column grid that contain value of two o more columns in one table
SELECT Id, CONCAT(FirtName,' ',SecondName,', ',Name) person FROM Persons
1 Answers
Your Answer
Is there some way to autofilter in a column grid that contain value of two o more columns in one table
SELECT Id, CONCAT(FirtName,' ',SecondName,', ',Name) person FROM Persons